summaryrefslogtreecommitdiff
path: root/src/guichan/actionevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/actionevent.cpp')
-rw-r--r--src/guichan/actionevent.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/guichan/actionevent.cpp b/src/guichan/actionevent.cpp
index deda65d36..a2f80b19d 100644
--- a/src/guichan/actionevent.cpp
+++ b/src/guichan/actionevent.cpp
@@ -56,16 +56,14 @@ namespace gcn
:Event(source),
mId(id)
{
-
}
ActionEvent::~ActionEvent()
{
-
}
const std::string& ActionEvent::getId() const
{
return mId;
}
-}
+} // namespace gcn