summaryrefslogtreecommitdiff
path: root/include/thmlxhtml.h
diff options
context:
space:
mode:
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;
};