diff options
Diffstat (limited to 'svtools/source/dialogs/restartdialog.cxx')
-rw-r--r-- | svtools/source/dialogs/restartdialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/dialogs/restartdialog.cxx b/svtools/source/dialogs/restartdialog.cxx index adf4827d0a69..c5b3f0025129 100644 --- a/svtools/source/dialogs/restartdialog.cxx +++ b/svtools/source/dialogs/restartdialog.cxx @@ -71,7 +71,7 @@ public: btnYes_->SetClickHdl(LINK(this, RestartDialog, hdlYes)); btnNo_->SetClickHdl(LINK(this, RestartDialog, hdlNo)); } - virtual ~RestartDialog() { disposeOnce(); } + virtual ~RestartDialog() override { disposeOnce(); } virtual void dispose() override { reason_.clear(); |