remove compilation warning

This commit is contained in:
Bartek Przybylski 2012-10-25 22:40:20 +02:00
parent e52d43f68b
commit 55c9c3bf12

View file

@ -79,8 +79,8 @@ protected:
Theme() {}
private:
Theme(Theme const&) {}
Theme& operator=(Theme const&) {}
Theme(Theme const&);
Theme& operator=(Theme const&);
static Theme* _instance;