summaryrefslogtreecommitdiff
path: root/src/gui/windows/registerdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-19 15:11:02 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:25 +0300
commit4f77307d659c4048c20eacda1d5b13fcce8d60da (patch)
tree56e1523e78e5ce6e0c3418665a7947c160385d98 /src/gui/windows/registerdialog.h
parent8ebbfd2f170175cf0127a75d9f0dc727c56da948 (diff)
downloadmv-4f77307d659c4048c20eacda1d5b13fcce8d60da.tar.gz
mv-4f77307d659c4048c20eacda1d5b13fcce8d60da.tar.bz2
mv-4f77307d659c4048c20eacda1d5b13fcce8d60da.tar.xz
mv-4f77307d659c4048c20eacda1d5b13fcce8d60da.zip
add missing override keyword in postInit function declarations.
Diffstat (limited to 'src/gui/windows/registerdialog.h')
-rw-r--r--src/gui/windows/registerdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/registerdialog.h b/src/gui/windows/registerdialog.h
index e4c848a6c..bc089a559 100644
--- a/src/gui/windows/registerdialog.h
+++ b/src/gui/windows/registerdialog.h
@@ -77,7 +77,7 @@ class RegisterDialog final : public Window,
*/
~RegisterDialog();
- void postInit();
+ void postInit() override;
/**
* Called when receiving actions from the widgets.