summaryrefslogtreecommitdiff
path: root/include/vcl/status.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/status.hxx')
-rw-r--r--include/vcl/status.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/status.hxx b/include/vcl/status.hxx
index fb51b0e72e12..250d08d5fbe1 100644
--- a/include/vcl/status.hxx
+++ b/include/vcl/status.hxx
@@ -112,7 +112,7 @@ private:
public:
StatusBar( Window* pParent,
WinBits nWinStyle = WB_BORDER | WB_RIGHT );
- ~StatusBar();
+ virtual ~StatusBar();
virtual void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;
virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;