summaryrefslogtreecommitdiff
path: root/include/vcl/msgbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/msgbox.hxx')
-rw-r--r--include/vcl/msgbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/msgbox.hxx b/include/vcl/msgbox.hxx
index 336671fe0234..bc5f7b20e695 100644
--- a/include/vcl/msgbox.hxx
+++ b/include/vcl/msgbox.hxx
@@ -52,7 +52,7 @@ public:
MessBox( Window* pParent, WinBits nStyle,
const OUString& rTitle, const OUString& rMessage );
MessBox( Window* pParent, const ResId& rResId );
- ~MessBox();
+ virtual ~MessBox();
virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE;