summaryrefslogtreecommitdiff
path: root/src/frontend/crossrefrendering.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/crossrefrendering.h')
-rw-r--r--src/frontend/crossrefrendering.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/frontend/crossrefrendering.h b/src/frontend/crossrefrendering.h
index fb22aa2..0dbf233 100644
--- a/src/frontend/crossrefrendering.h
+++ b/src/frontend/crossrefrendering.h
@@ -4,7 +4,7 @@
*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
-* Copyright 1999-2014 by the BibleTime developers.
+* Copyright 1999-2016 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
@@ -27,10 +27,10 @@ class CrossRefRendering : public Rendering::CHTMLExportRendering {
const FilterOptions &filterOptions = btConfig().getFilterOptions()
);
- virtual QString entryLink(const KeyTreeItem &item,
- const CSwordModuleInfo *module);
+ QString entryLink(const KeyTreeItem &item,
+ const CSwordModuleInfo *module) override;
- virtual QString finishText(const QString &text, const KeyTree &tree);
+ QString finishText(const QString &text, const KeyTree &tree) override;
};