From 7b6c8b08e9d29332dcd0a1029e7421334bfb6f61 Mon Sep 17 00:00:00 2001 From: Daniel Glassey Date: Mon, 7 Sep 2015 11:14:57 +0100 Subject: Imported Upstream version 1.7.3+dfsg --- include/rawstr4.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/rawstr4.h') 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; -- cgit v1.2.3