aboutsummaryrefslogtreecommitdiffstats
path: root/include/cipherfil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cipherfil.h')
-rw-r--r--include/cipherfil.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/cipherfil.h b/include/cipherfil.h
index 76abd55..4dd65ac 100644
--- a/include/cipherfil.h
+++ b/include/cipherfil.h
@@ -1,6 +1,6 @@
/*
*
- * $Id: cipherfil.h,v 1.8 2002/07/28 01:48:38 scribe Exp $
+ * $Id: cipherfil.h,v 1.9 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
+
class SWDLLEXPORT CipherFilter:public SWFilter {
SWCipher *cipher;
public:
@@ -35,4 +37,5 @@ public:
virtual SWCipher *getCipher();
};
+SWORD_NAMESPACE_END
#endif