summaryrefslogtreecommitdiff
path: root/include/echomod.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/echomod.h')
-rw-r--r--include/echomod.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/echomod.h b/include/echomod.h
index c3873b4..978a3eb 100644
--- a/include/echomod.h
+++ b/include/echomod.h
@@ -1,10 +1,11 @@
/******************************************************************************
- * echomod.h - code for class 'EchoMod' - a test module that just echo back
- * text of key.
*
- * $Id: echomod.h 1864 2005-11-20 06:06:40Z scribe $
+ * echomod.h - code for class 'EchoMod' - a test module that just echo back
+ * text of key.
*
- * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
+ * $Id: echomod.h 2833 2013-06-29 06:40:28Z chrislit $
+ *
+ * Copyright 1996-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
* P. O. Box 2528
* Tempe, AZ 85280-2528
@@ -34,7 +35,7 @@ class SWDLLEXPORT EchoMod : public SWText
public:
EchoMod();
virtual ~EchoMod();
- virtual SWBuf &getRawEntryBuf();
+ virtual SWBuf &getRawEntryBuf() const;
};
SWORD_NAMESPACE_END