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