mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Initialize variables from the class
This commit is contained in:
parent
9922a7095b
commit
e8f69e197c
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ CLASS_DECLARATION(UIFloatingWindow, GameSpyDialog, NULL) {
|
|||
};
|
||||
|
||||
GameSpyDialog::GameSpyDialog()
|
||||
: overlay(NULL) {
|
||||
: overlay(NULL)
|
||||
, label(NULL)
|
||||
, closeButton(NULL) {
|
||||
AddFlag(WF_ALWAYS_TOP);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue