1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-20 15:40:32 +00:00

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();
};