diff options
Diffstat (limited to 'src/net/charhandler.cpp')
-rw-r--r-- | src/net/charhandler.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/net/charhandler.cpp b/src/net/charhandler.cpp index 016b72cbf..add4fa459 100644 --- a/src/net/charhandler.cpp +++ b/src/net/charhandler.cpp @@ -25,7 +25,8 @@ #include "debug.h" -using namespace Net; +namespace Net +{ void CharHandler::updateCharSelectDialog() { @@ -38,3 +39,5 @@ void CharHandler::unlockCharSelectDialog() if (mCharSelectDialog) mCharSelectDialog->unlock(); } + +} |