summaryrefslogtreecommitdiff
path: root/include/thmlhtmlhref.h
diff options
context:
space:
mode:
authorTeus Benschop <teusjannette@gmail.com>2018-10-28 11:51:26 +0100
committerTeus Benschop <teusjannette@gmail.com>2018-10-28 11:51:26 +0100
commit1d0ff54794b5edea7cdf1d2d66710a0fa885bcc5 (patch)
tree8ece5f9ef437fbb151f2b22ed0c6e1a714879c7c /include/thmlhtmlhref.h
parentc7dbdc9161a7c460526b80fe01af49d714856126 (diff)
New upstream version 1.8.1
Diffstat (limited to 'include/thmlhtmlhref.h')
-rw-r--r--include/thmlhtmlhref.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/thmlhtmlhref.h b/include/thmlhtmlhref.h
index 8ce802e..5cacc99 100644
--- a/include/thmlhtmlhref.h
+++ b/include/thmlhtmlhref.h
@@ -2,7 +2,7 @@
*
* thmlhtmlhref.h - Implementation of ThMLHTMLHREF
*
- * $Id: thmlhtmlhref.h 2833 2013-06-29 06:40:28Z chrislit $
+ * $Id: thmlhtmlhref.h 3548 2017-12-10 05:11:38Z scribe $
*
* Copyright 2001-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -38,8 +38,8 @@ protected:
public:
MyUserData(const SWModule *module, const SWKey *key);//: BasicFilterUserData(module, key) {}
bool inscriptRef;
- bool SecHead;
- bool BiblicalText;
+ bool inSecHead;
+ bool isBiblicalText;
SWBuf version;
XMLTag startTag;
};