summaryrefslogtreecommitdiff
path: root/src/gui/windows/editserverdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-25 16:33:34 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-25 16:33:34 +0300
commit5455acfb5204b2407e560db91994c2b283bec025 (patch)
tree02053520543b387bde15b6ced61420751f3e2093 /src/gui/windows/editserverdialog.h
parent81024f23d9bb0329dcf293455405fefa1dcd67a0 (diff)
downloadplus-5455acfb5204b2407e560db91994c2b283bec025.tar.gz
plus-5455acfb5204b2407e560db91994c2b283bec025.tar.bz2
plus-5455acfb5204b2407e560db91994c2b283bec025.tar.xz
plus-5455acfb5204b2407e560db91994c2b283bec025.zip
fix code style.
Diffstat (limited to 'src/gui/windows/editserverdialog.h')
-rw-r--r--src/gui/windows/editserverdialog.h3
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;
};
/**