summaryrefslogtreecommitdiff
path: root/include/vcl/tabdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/tabdlg.hxx')
-rw-r--r--include/vcl/tabdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/tabdlg.hxx b/include/vcl/tabdlg.hxx
index a3c06017b833..0849cc83587f 100644
--- a/include/vcl/tabdlg.hxx
+++ b/include/vcl/tabdlg.hxx
@@ -41,7 +41,7 @@ public:
TabDialog( vcl::Window* pParent,
WinBits nStyle = WB_STDTABDIALOG );
TabDialog( vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription );
- virtual ~TabDialog();
+ virtual ~TabDialog() override;
virtual void dispose() override;
virtual void StateChanged( StateChangedType nStateChange ) override;