summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/actionevent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/actionevent.hpp')
-rw-r--r--src/guichan/include/guichan/actionevent.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/guichan/include/guichan/actionevent.hpp b/src/guichan/include/guichan/actionevent.hpp
index 12baa3419..4d130501d 100644
--- a/src/guichan/include/guichan/actionevent.hpp
+++ b/src/guichan/include/guichan/actionevent.hpp
@@ -81,7 +81,6 @@ namespace gcn
class GCN_CORE_DECLSPEC ActionEvent final : public Event
{
public:
-
/**
* Constructor.
*
@@ -111,6 +110,6 @@ namespace gcn
*/
std::string mId;
};
-}
+} // namespace gcn
-#endif // GCN_ACTIONEVENT_HPP
+#endif // GCN_ACTIONEVENT_HPP