summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/inputevent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/inputevent.hpp')
-rw-r--r--src/guichan/include/guichan/inputevent.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/guichan/include/guichan/inputevent.hpp b/src/guichan/include/guichan/inputevent.hpp
index 4b323f6d5..670b7099b 100644
--- a/src/guichan/include/guichan/inputevent.hpp
+++ b/src/guichan/include/guichan/inputevent.hpp
@@ -59,7 +59,6 @@ namespace gcn
class GCN_CORE_DECLSPEC InputEvent: public Event
{
public:
-
/**
* Constructor.
*
@@ -155,6 +154,6 @@ namespace gcn
*/
bool mIsConsumed;
};
-}
+} // namespace gcn
-#endif // end GCN_INPUTEVENT_HPP
+#endif // end GCN_INPUTEVENT_HPP