diff options
Diffstat (limited to 'src/net/skillhandler.h')
-rw-r--r-- | src/net/skillhandler.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/net/skillhandler.h b/src/net/skillhandler.h index 6e8b786a9..97f7415b7 100644 --- a/src/net/skillhandler.h +++ b/src/net/skillhandler.h @@ -41,6 +41,7 @@ class SkillHandler virtual void useMap(const int id, const std::string &map) const = 0; }; -} -#endif // SKILLHANDLER_H +} // namespace Net + +#endif // SKILLHANDLER_H |