diff options
Diffstat (limited to 'vcl/inc/helpwin.hxx')
-rw-r--r-- | vcl/inc/helpwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/helpwin.hxx b/vcl/inc/helpwin.hxx index 1409f2659ec1..e8c1431e2542 100644 --- a/vcl/inc/helpwin.hxx +++ b/vcl/inc/helpwin.hxx @@ -53,7 +53,7 @@ protected: public: HelpTextWindow( Window* pParent, const OUString& rText, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle ); - ~HelpTextWindow(); + virtual ~HelpTextWindow(); const OUString& GetHelpText() const { return maHelpText; } void SetHelpText( const OUString& rHelpText ); |