aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontend/swlog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/swlog.cpp')
-rw-r--r--src/frontend/swlog.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/frontend/swlog.cpp b/src/frontend/swlog.cpp
index 15f26fb..a924b57 100644
--- a/src/frontend/swlog.cpp
+++ b/src/frontend/swlog.cpp
@@ -13,6 +13,7 @@
#include "swlog.h"
//---------------------------------------------------------------------------
+SWORD_NAMESPACE_START
SWLog *SWLog::systemlog = 0;
@@ -129,4 +130,6 @@ void SWLog::LogInformation(char *fmt, ...)
std::cout << std::endl;
#endif
}
-}
+}
+
+SWORD_NAMESPACE_END