diff options
Diffstat (limited to 'src/event.cpp')
-rw-r--r-- | src/event.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event.cpp b/src/event.cpp index 87179ae1..65fdee8a 100644 --- a/src/event.cpp +++ b/src/event.cpp @@ -96,4 +96,4 @@ double Event::getFloat(const std::string &key) const throw (BadEvent) return static_cast<FloatData *>(it->second)->getData(); } -}; // namespace Mana +} // namespace Mana |