aboutsummaryrefslogtreecommitdiffstats
path: root/include/lzsscomprs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lzsscomprs.h')
-rw-r--r--include/lzsscomprs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/lzsscomprs.h b/include/lzsscomprs.h
index 0f352e7..d972f88 100644
--- a/include/lzsscomprs.h
+++ b/include/lzsscomprs.h
@@ -1,7 +1,7 @@
/******************************************************************************
* lzsscomprs.h - definition of Class SWCompress used for data compression
*
- * $Id: lzsscomprs.h,v 1.3 2001/02/09 15:38:51 jansorg Exp $
+ * $Id: lzsscomprs.h,v 1.4 2002/10/01 19:52:40 dglassey Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -26,6 +26,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
// The following are constant sizes used by the compression algorithm.
//
// N - This is the size of the ring buffer. It is set
@@ -76,4 +78,5 @@ public:
virtual void Decode (void);
};
+SWORD_NAMESPACE_END
#endif