summaryrefslogtreecommitdiff
path: root/include/osishtmlhref.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osishtmlhref.h')
-rw-r--r--include/osishtmlhref.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/osishtmlhref.h b/include/osishtmlhref.h
index 4b381ab..dedd79b 100644
--- a/include/osishtmlhref.h
+++ b/include/osishtmlhref.h
@@ -1,8 +1,10 @@
/******************************************************************************
*
- * $Id: osishtmlhref.h 2569 2010-10-14 14:13:34Z scribe $
+ * osishtmlhref.h - Implementation of OSISHTMLHREF
*
- * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
+ * $Id: osishtmlhref.h 2833 2013-06-29 06:40:28Z chrislit $
+ *
+ * Copyright 2003-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
* P. O. Box 2528
* Tempe, AZ 85280-2528
@@ -30,6 +32,7 @@ SWORD_NAMESPACE_START
class SWDLLEXPORT OSISHTMLHREF : public SWBasicFilter {
private:
bool morphFirst;
+ bool renderNoteNumbers;
protected:
// used by derived classes so we have it in the header
class TagStacks;
@@ -58,6 +61,7 @@ protected:
public:
OSISHTMLHREF();
void setMorphFirst(bool val = true) { morphFirst = val; }
+ void setRenderNoteNumbers(bool val = true) { renderNoteNumbers = val; }
};
SWORD_NAMESPACE_END