diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-11 17:19:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-11 17:22:13 +0200 |
commit | 01c8bdf8b1193eade521ff3991b6af310ffda8b7 (patch) | |
tree | 78d3329987a7f99b949bec755ff77d84520807cc /toolkit | |
parent | c8af20a235b317dd80ec52bf627474d9c90fdd63 (diff) |
-Werror=non-virtual-dtor
Change-Id: Icf2b94ba307c1e355ef035dbe9a70c9a650f75c9
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/inc/toolkit/awt/scrollabledialog.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/inc/toolkit/awt/scrollabledialog.hxx b/toolkit/inc/toolkit/awt/scrollabledialog.hxx index 19b0ab0c799b..5044344e10bc 100644 --- a/toolkit/inc/toolkit/awt/scrollabledialog.hxx +++ b/toolkit/inc/toolkit/awt/scrollabledialog.hxx @@ -37,6 +37,7 @@ namespace toolkit class ScrollableInterface { public: + virtual ~ScrollableInterface() {} virtual void SetScrollWidth( long nWidth ) = 0; virtual long GetScrollWidth() = 0; virtual void SetScrollHeight( long nHeight ) = 0; |