summaryrefslogtreecommitdiff
path: root/include/thmlhtml.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thmlhtml.h')
-rw-r--r--include/thmlhtml.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/thmlhtml.h b/include/thmlhtml.h
index 2f32cc4..9c50f01 100644
--- a/include/thmlhtml.h
+++ b/include/thmlhtml.h
@@ -2,7 +2,7 @@
*
* thmlhtml.h - Implementation of ThMLHTML
*
- * $Id: thmlhtml.h 2833 2013-06-29 06:40:28Z chrislit $
+ * $Id: thmlhtml.h 3548 2017-12-10 05:11:38Z scribe $
*
* Copyright 1999-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -33,8 +33,8 @@ class SWDLLEXPORT ThMLHTML : public SWBasicFilter {
protected:
class MyUserData : public BasicFilterUserData {
public:
- MyUserData(const SWModule *module, const SWKey *key) : BasicFilterUserData(module, key) {}
- bool SecHead;
+ MyUserData(const SWModule *module, const SWKey *key) : BasicFilterUserData(module, key), inSecHead(false) {}
+ bool inSecHead;
};
virtual BasicFilterUserData *createUserData(const SWModule *module, const SWKey *key) {
return new MyUserData(module, key);