mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 01:11:32 +00:00
Declare mClient variable
This commit is contained in:
parent
7559d25317
commit
538498230b
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ namespace Gui
|
|||
private:
|
||||
MyGUI::Widget* mLeft;
|
||||
MyGUI::Widget* mRight;
|
||||
MyGUI::Widget* mClient;
|
||||
|
||||
void align();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue