CtrlCore: Added initialization of painting field

git-svn-id: svn://ultimatepp.org/upp/trunk@3653 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
unodgs 2011-07-13 19:29:28 +00:00
parent e0146e4996
commit 6650bd5f79

View file

@ -39,7 +39,7 @@ int Ctrl::LoopLevel;
bool Ctrl::MemoryCheck;
bool Ctrl::painting;
bool Ctrl::painting = false;
void Ctrl::SetData(const Value&) {}
Value Ctrl::GetData() const { return Value(); }