Declare mClient variable

This commit is contained in:
Andrei Kortunov 2017-09-06 15:59:54 +04:00
parent 7559d25317
commit 538498230b

View file

@ -23,6 +23,7 @@ namespace Gui
private:
MyGUI::Widget* mLeft;
MyGUI::Widget* mRight;
MyGUI::Widget* mClient;
void align();
};