Initialize fields in COMPOSITOR

This commit is contained in:
Maciej Suminski 2017-01-13 16:46:45 +01:00
parent e0577c0218
commit ca085de6aa
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ namespace KIGFX
class COMPOSITOR
{
public:
COMPOSITOR()
: m_width( 0 ), m_height( 0 )
{
}
virtual ~COMPOSITOR()
{
}