summaryrefslogtreecommitdiff
path: root/include/rawverse4.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rawverse4.h')
-rw-r--r--include/rawverse4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rawverse4.h b/include/rawverse4.h
index a78ed71..0b66dbe 100644
--- a/include/rawverse4.h
+++ b/include/rawverse4.h
@@ -5,7 +5,7 @@
* ??.vss and provides lookup and parsing functions based
* on class VerseKey
*
- * $Id: rawverse4.h 2833 2013-06-29 06:40:28Z chrislit $
+ * $Id: rawverse4.h 3181 2014-04-17 04:27:57Z greg.hellings $
*
* Copyright 2007-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -48,7 +48,7 @@ protected:
void doLinkEntry(char testmt, long destidxoff, long srcidxoff);
public:
- static const char *nl;
+ static const char nl;
RawVerse4(const char *ipath, int fileMode = -1);
virtual ~RawVerse4();
void findOffset(char testmt, long idxoff, long *start, unsigned long *end) const;