aboutsummaryrefslogtreecommitdiffstats
path: root/include/swwinlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swwinlog.h')
-rw-r--r--include/swwinlog.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/swwinlog.h b/include/swwinlog.h
index 579e37b..d897fe9 100644
--- a/include/swwinlog.h
+++ b/include/swwinlog.h
@@ -2,7 +2,7 @@
* swwinlog.h - definition of SWWinLog-- a derivitive of SWLog used to
* handle logging in the MSWindows environment
*
- * $Id: swwinlog.h,v 1.2 2001/02/09 15:38:51 jansorg Exp $
+ * $Id: swwinlog.h,v 1.3 2002/10/03 04:26:46 scribe Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -27,6 +27,8 @@
#include <swlog.h>
+SWORD_NAMESPACE_START
+
class SWWinLog:public SWLog
{
HWND parent;
@@ -38,5 +40,5 @@ public:
virtual void LogInformation (char *fmt, ...);
};
-
+SWORD_NAMESPACE_END
#endif