diff options
Diffstat (limited to 'src/gui/registerdialog.h')
-rw-r--r-- | src/gui/registerdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/registerdialog.h b/src/gui/registerdialog.h index 138695177..6117da102 100644 --- a/src/gui/registerdialog.h +++ b/src/gui/registerdialog.h @@ -45,7 +45,7 @@ namespace gcn * to the field which contained wrong data when the Ok button was pressed on * the error notice. */ -class WrongDataNoticeListener : public gcn::ActionListener +class WrongDataNoticeListener final : public gcn::ActionListener { public: WrongDataNoticeListener(); @@ -60,8 +60,8 @@ class WrongDataNoticeListener : public gcn::ActionListener * * \ingroup Interface */ -class RegisterDialog : public Window, public gcn::ActionListener, - public gcn::KeyListener +class RegisterDialog final : public Window, public gcn::ActionListener, + public gcn::KeyListener { public: /** |