summaryrefslogtreecommitdiff
path: root/include/rawstr4.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rawstr4.h')
-rw-r--r--include/rawstr4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rawstr4.h b/include/rawstr4.h
index 7767cb9..71f50dc 100644
--- a/include/rawstr4.h
+++ b/include/rawstr4.h
@@ -5,7 +5,7 @@
* and provides lookup and parsing functions based on
* class StrKey
*
- * $Id: rawstr4.h 2833 2013-06-29 06:40:28Z chrislit $
+ * $Id: rawstr4.h 3181 2014-04-17 04:27:57Z greg.hellings $
*
* Copyright 2001-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -48,7 +48,7 @@ protected:
void doSetText(const char *key, const char *buf, long len = -1);
void doLinkEntry(const char *destkey, const char *srckey);
public:
- char nl;
+ static const char nl;
RawStr4(const char *ipath, int fileMode = -1, bool caseSensitive = false);
virtual ~RawStr4();
void getIDXBuf(long ioffset, char **buf) const;