summaryrefslogtreecommitdiff
path: root/src/backend/drivers/cswordlexiconmoduleinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/drivers/cswordlexiconmoduleinfo.h')
-rw-r--r--src/backend/drivers/cswordlexiconmoduleinfo.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/backend/drivers/cswordlexiconmoduleinfo.h b/src/backend/drivers/cswordlexiconmoduleinfo.h
index 1789b9b..74fad8c 100644
--- a/src/backend/drivers/cswordlexiconmoduleinfo.h
+++ b/src/backend/drivers/cswordlexiconmoduleinfo.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.
*
**********/
@@ -22,8 +24,8 @@ class CSwordLexiconModuleInfo: public CSwordModuleInfo {
Q_OBJECT
public: /* Methods: */
- inline CSwordLexiconModuleInfo(sword::SWModule *module,
- CSwordBackend * const backend)
+ inline CSwordLexiconModuleInfo(sword::SWModule * module,
+ CSwordBackend & backend)
: CSwordModuleInfo(module, backend, Lexicon) {}
inline CSwordLexiconModuleInfo(const CSwordLexiconModuleInfo &copy)