diff options
Diffstat (limited to 'src/modules/comments/swcom.cpp')
-rw-r--r-- | src/modules/comments/swcom.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/comments/swcom.cpp b/src/modules/comments/swcom.cpp index 21afd8e..3f2b940 100644 --- a/src/modules/comments/swcom.cpp +++ b/src/modules/comments/swcom.cpp @@ -5,6 +5,7 @@ #include <swcom.h> +SWORD_NAMESPACE_START /****************************************************************************** * SWCom Constructor - Initializes data for instance of SWCom @@ -66,3 +67,5 @@ long SWCom::Index(long iindex) { return Index(); } + +SWORD_NAMESPACE_END |