summaryrefslogtreecommitdiff
path: root/src/gui/helpwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/helpwindow.h')
-rw-r--r--src/gui/helpwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/helpwindow.h b/src/gui/helpwindow.h
index 9d89c03c4..677079964 100644
--- a/src/gui/helpwindow.h
+++ b/src/gui/helpwindow.h
@@ -46,10 +46,10 @@ typedef HelpNames::const_iterator HelpNamesCIter;
typedef std::map<std::string, HelpNames> HelpTagsMap;
/**
- * The help dialog.
+ * The help window.
*/
-class HelpWindow : public Window, public LinkHandler,
- public gcn::ActionListener
+class HelpWindow final : public Window, public LinkHandler,
+ public gcn::ActionListener
{
public:
/**