diff options
author | Daniel Glassey <wdg@debian.org> | 2015-09-07 11:14:57 +0100 |
---|---|---|
committer | Daniel Glassey <wdg@debian.org> | 2015-09-07 11:14:57 +0100 |
commit | 7b6c8b08e9d29332dcd0a1029e7421334bfb6f61 (patch) | |
tree | dc263ee8b6c923716a8e0fed64756b7af1238dc7 /include/rawverse.h | |
parent | 7a00574163029c0c2b649878c95d5acbd083564a (diff) |
Imported Upstream version 1.7.3+dfsg
Diffstat (limited to 'include/rawverse.h')
-rw-r--r-- | include/rawverse.h | 4 |
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; |