diff options
Diffstat (limited to 'include/vcl/button.hxx')
-rw-r--r-- | include/vcl/button.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx index 9abba3e9d812..8e2d5ff3993c 100644 --- a/include/vcl/button.hxx +++ b/include/vcl/button.hxx @@ -530,7 +530,7 @@ private: public: ImageButton( Window* pParent, WinBits nStyle = 0 ); ImageButton( Window* pParent, const ResId& rResId ); - ~ImageButton(); + virtual ~ImageButton(); }; class VCL_DLLPUBLIC ImageRadioButton : public RadioButton |