summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/listmodel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/listmodel.hpp')
-rw-r--r--src/guichan/include/guichan/listmodel.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/guichan/include/guichan/listmodel.hpp b/src/guichan/include/guichan/listmodel.hpp
index 681a9e0c8..640c3fcc5 100644
--- a/src/guichan/include/guichan/listmodel.hpp
+++ b/src/guichan/include/guichan/listmodel.hpp
@@ -62,7 +62,6 @@ namespace gcn
*/
class GCN_CORE_DECLSPEC ListModel
{
-
public:
/**
* Destructor.
@@ -85,6 +84,6 @@ namespace gcn
*/
virtual std::string getElementAt(int i) A_WARN_UNUSED = 0;
};
-}
+} // namespace gcn
-#endif // end GCN_LISTMODEL_HPP
+#endif // end GCN_LISTMODEL_HPP