mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Declare mClient variable
This commit is contained in:
parent
7559d25317
commit
538498230b
@ -23,6 +23,7 @@ namespace Gui
|
|||||||
private:
|
private:
|
||||||
MyGUI::Widget* mLeft;
|
MyGUI::Widget* mLeft;
|
||||||
MyGUI::Widget* mRight;
|
MyGUI::Widget* mRight;
|
||||||
|
MyGUI::Widget* mClient;
|
||||||
|
|
||||||
void align();
|
void align();
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user