aboutsummaryrefslogtreecommitdiffstats
path: root/apps/windoze/swwinlog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/swwinlog.cpp')
-rw-r--r--apps/windoze/swwinlog.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/windoze/swwinlog.cpp b/apps/windoze/swwinlog.cpp
index cf7d8e8..cc668ab 100644
--- a/apps/windoze/swwinlog.cpp
+++ b/apps/windoze/swwinlog.cpp
@@ -7,7 +7,10 @@
#include <conio.h>
#include <stdarg.h>
//---------------------------------------------------------------------------
-
+
+
+SWORD_NAMESPACE_START
+
SWWinLog::SWWinLog(HWND iparent) : SWLog() {
parent = iparent;
}
@@ -72,3 +75,5 @@ void SWWinLog::LogInformation(char *fmt, ...)
MessageBox(NULL, msg, "Information", MB_OK);
}
}
+
+SWORD_NAMESPACE_END