diff options
Diffstat (limited to 'src/gui/windows/editserverdialog.h')
-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; }; /** |