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