summaryrefslogtreecommitdiff
path: root/src/backend/drivers/cswordbiblemoduleinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/drivers/cswordbiblemoduleinfo.h')
-rw-r--r--src/backend/drivers/cswordbiblemoduleinfo.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/backend/drivers/cswordbiblemoduleinfo.h b/src/backend/drivers/cswordbiblemoduleinfo.h
index 49606e3..fb630c3 100644
--- a/src/backend/drivers/cswordbiblemoduleinfo.h
+++ b/src/backend/drivers/cswordbiblemoduleinfo.h
@@ -1,8 +1,10 @@
/*********
*
+* In the name of the Father, and of the Son, and of the Holy Spirit.
+*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
-* Copyright 1999-2011 by the BibleTime developers.
+* Copyright 1999-2014 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
@@ -25,7 +27,8 @@ class CSwordBibleModuleInfo: public CSwordModuleInfo {
Q_OBJECT
public: /* Methods: */
- CSwordBibleModuleInfo(sword::SWModule *module, CSwordBackend * const,
+ CSwordBibleModuleInfo(sword::SWModule * module,
+ CSwordBackend & backend,
ModuleType type = Bible);
inline ~CSwordBibleModuleInfo() {