summaryrefslogtreecommitdiff
path: root/include/thmlxhtml.h
diff options
context:
space:
mode:
authorTeus Benschop <teusjannette@gmail.com>2018-11-10 21:10:09 +0700
committerTeus Benschop <teusjannette@gmail.com>2018-11-10 21:10:09 +0700
commit2a58bdf9b682f462b63be719fc441a679f7d52f3 (patch)
tree4b8fce727ab045eef1a846659bb90f18719477e6 /include/thmlxhtml.h
parent018216c25c73b221df0810e6c909623abd46c321 (diff)
parent70090da73f95ee90e15650d853744526b5f47e68 (diff)
Record sword (1.8.1+dfsg-7) in archive suite sid
Diffstat (limited to 'include/thmlxhtml.h')
-rw-r--r--include/thmlxhtml.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/thmlxhtml.h b/include/thmlxhtml.h
index c3406ad..9696cb8 100644
--- a/include/thmlxhtml.h
+++ b/include/thmlxhtml.h
@@ -2,7 +2,7 @@
*
* thmlxhtml.h - Implementation of ThMLXHTML
*
- * $Id: thmlxhtml.h 3196 2014-04-24 03:04:07Z greg.hellings $
+ * $Id: thmlxhtml.h 3548 2017-12-10 05:11:38Z scribe $
*
* Copyright 2011-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;
- char SecHead;
- bool BiblicalText;
+ char secHeadLevel;
+ bool isBiblicalText;
SWBuf version;
XMLTag startTag;
};