summaryrefslogtreecommitdiff
path: root/include/osiswebif.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osiswebif.h')
-rw-r--r--include/osiswebif.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osiswebif.h b/include/osiswebif.h
index c58a379..66d3b69 100644
--- a/include/osiswebif.h
+++ b/include/osiswebif.h
@@ -2,7 +2,7 @@
*
* osiswebif.h - Implementation of OSISWEBIF
*
- * $Id: osiswebif.h 2833 2013-06-29 06:40:28Z chrislit $
+ * $Id: osiswebif.h 3285 2014-12-03 06:14:50Z greg.hellings $
*
* Copyright 2003-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -35,6 +35,7 @@ class SWDLLEXPORT OSISWEBIF : public OSISXHTML {
bool javascript;
protected:
+ virtual BasicFilterUserData *createUserData(const SWModule *module, const SWKey *key);
virtual bool handleToken(SWBuf &buf, const char *token, BasicFilterUserData *userData);
public:
OSISWEBIF();