diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-29 21:55:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-29 21:55:55 +0300 |
commit | cc57dcd0e05a9c37fa4281c0190776a36b277e20 (patch) | |
tree | b39bd665a52337ec4c05d909567c7be30e67fcbc /src/gui/charselectdialog.cpp | |
parent | 2223d15c84a660dd10dc131455416e2f49368409 (diff) | |
download | plus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.tar.gz plus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.tar.bz2 plus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.tar.xz plus-cc57dcd0e05a9c37fa4281c0190776a36b277e20.zip |
fix code style.
Diffstat (limited to 'src/gui/charselectdialog.cpp')
-rw-r--r-- | src/gui/charselectdialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/charselectdialog.cpp b/src/gui/charselectdialog.cpp index 712870ad8..da5e7394f 100644 --- a/src/gui/charselectdialog.cpp +++ b/src/gui/charselectdialog.cpp @@ -558,7 +558,8 @@ void CharSelectDialog::attemptCharacterDelete(const int index) if (mLocked) return; - mCharServerHandler->deleteCharacter(mCharacterEntries[index]->getCharacter()); + mCharServerHandler->deleteCharacter( + mCharacterEntries[index]->getCharacter()); lock(); } |