diff options
Diffstat (limited to 'src/modules/comments/hrefcom/hrefcom.cpp')
-rw-r--r-- | src/modules/comments/hrefcom/hrefcom.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/comments/hrefcom/hrefcom.cpp b/src/modules/comments/hrefcom/hrefcom.cpp index 200e21f..7e0e029 100644 --- a/src/modules/comments/hrefcom/hrefcom.cpp +++ b/src/modules/comments/hrefcom/hrefcom.cpp @@ -20,6 +20,7 @@ #include <rawverse.h> #include <hrefcom.h> +SWORD_NAMESPACE_START /****************************************************************************** * HREFCom Constructor - Initializes data for instance of HREFCom @@ -95,3 +96,5 @@ char *HREFCom::getRawEntry() { return entrybuf; } + +SWORD_NAMESPACE_END |