diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-25 16:33:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-25 16:33:34 +0300 |
commit | 5455acfb5204b2407e560db91994c2b283bec025 (patch) | |
tree | 02053520543b387bde15b6ced61420751f3e2093 /src/gui/windows | |
parent | 81024f23d9bb0329dcf293455405fefa1dcd67a0 (diff) | |
download | plus-5455acfb5204b2407e560db91994c2b283bec025.tar.gz plus-5455acfb5204b2407e560db91994c2b283bec025.tar.bz2 plus-5455acfb5204b2407e560db91994c2b283bec025.tar.xz plus-5455acfb5204b2407e560db91994c2b283bec025.zip |
fix code style.
Diffstat (limited to 'src/gui/windows')
-rw-r--r-- | src/gui/windows/editserverdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/windows/editserverdialog.h b/src/gui/windows/editserverdialog.h index 43a7c20c0..8d519af33 100644 --- a/src/gui/windows/editserverdialog.h +++ b/src/gui/windows/editserverdialog.h @@ -65,7 +65,8 @@ class TypeListModel : public gcn::ListModel /** * Used to get an element from the list */ - std::string getElementAt(int elementIndex) override final A_WARN_UNUSED; + std::string getElementAt(int elementIndex) + override final A_WARN_UNUSED; }; /** |