summaryrefslogtreecommitdiff
path: root/include/thmlxhtml.h
diff options
context:
space:
mode:
authorDaniel Glassey <wdg@debian.org>2015-09-07 11:14:57 +0100
committerDaniel Glassey <wdg@debian.org>2015-09-07 11:14:57 +0100
commit7b6c8b08e9d29332dcd0a1029e7421334bfb6f61 (patch)
treedc263ee8b6c923716a8e0fed64756b7af1238dc7 /include/thmlxhtml.h
parent7a00574163029c0c2b649878c95d5acbd083564a (diff)
Imported Upstream version 1.7.3+dfsg
Diffstat (limited to 'include/thmlxhtml.h')
-rw-r--r--include/thmlxhtml.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/thmlxhtml.h b/include/thmlxhtml.h
index b0b5ef3..c3406ad 100644
--- a/include/thmlxhtml.h
+++ b/include/thmlxhtml.h
@@ -2,7 +2,7 @@
*
* thmlxhtml.h - Implementation of ThMLXHTML
*
- * $Id: thmlxhtml.h 2833 2013-06-29 06:40:28Z chrislit $
+ * $Id: thmlxhtml.h 3196 2014-04-24 03:04:07Z greg.hellings $
*
* Copyright 2011-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -38,7 +38,7 @@ protected:
public:
MyUserData(const SWModule *module, const SWKey *key);//: BasicFilterUserData(module, key) {}
bool inscriptRef;
- bool SecHead;
+ char SecHead;
bool BiblicalText;
SWBuf version;
XMLTag startTag;