summaryrefslogtreecommitdiff
path: root/include/osisxhtml.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osisxhtml.h')
-rw-r--r--include/osisxhtml.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/osisxhtml.h b/include/osisxhtml.h
index 4065dcc..8a71fa9 100644
--- a/include/osisxhtml.h
+++ b/include/osisxhtml.h
@@ -2,7 +2,7 @@
*
* osisxhtml.h - Render filter for classed XHTML of an OSIS module
*
- * $Id: osisxhtml.h 2833 2013-06-29 06:40:28Z chrislit $
+ * $Id: osisxhtml.h 3548 2017-12-10 05:11:38Z scribe $
*
* Copyright 2011-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -36,19 +36,21 @@ private:
protected:
class TagStack;
- // used by derived classes so we have it in the header
virtual BasicFilterUserData *createUserData(const SWModule *module, const SWKey *key);
virtual bool handleToken(SWBuf &buf, const char *token, BasicFilterUserData *userData);
+ // used by derived classes so we have it in the header
class MyUserData : public BasicFilterUserData {
public:
bool osisQToTick;
bool inXRefNote;
- bool BiblicalText;
+ bool isBiblicalText;
int suspendLevel;
SWBuf wordsOfChristStart;
SWBuf wordsOfChristEnd;
+ SWBuf interModuleLinkStart;
+ SWBuf interModuleLinkEnd;
TagStack *quoteStack;
TagStack *hiStack;
TagStack *titleStack;