diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-09 02:07:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-09 02:07:50 +0300 |
commit | 0cec4fa69c575f69015f37686f1e010d09f2ec48 (patch) | |
tree | 3ee7de7a6e19f3bc952bd9da5d4aaf274a37795d /src/gui/charselectdialog.cpp | |
parent | a85d7ad79ce803adc3469a618bfd8dfe188f2cbf (diff) | |
download | plus-0cec4fa69c575f69015f37686f1e010d09f2ec48.tar.gz plus-0cec4fa69c575f69015f37686f1e010d09f2ec48.tar.bz2 plus-0cec4fa69c575f69015f37686f1e010d09f2ec48.tar.xz plus-0cec4fa69c575f69015f37686f1e010d09f2ec48.zip |
fix code style.
Diffstat (limited to 'src/gui/charselectdialog.cpp')
-rw-r--r-- | src/gui/charselectdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/charselectdialog.cpp b/src/gui/charselectdialog.cpp index 6a4de9432..e2f8f652c 100644 --- a/src/gui/charselectdialog.cpp +++ b/src/gui/charselectdialog.cpp @@ -552,6 +552,7 @@ bool CharSelectDialog::selectByName(const std::string &name, CharacterDisplay::CharacterDisplay(CharSelectDialog *const charSelectDialog) : + Container(), mCharacter(nullptr), mPlayerBox(new PlayerBox(nullptr)), mName(new Label("wwwwwwwwwwwwwwwwwwwwwwww")), |