diff options
Diffstat (limited to 'include/svx/graphctl.hxx')
-rw-r--r-- | include/svx/graphctl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/graphctl.hxx b/include/svx/graphctl.hxx index 738d0eada4b9..495ba9ff8d71 100644 --- a/include/svx/graphctl.hxx +++ b/include/svx/graphctl.hxx @@ -82,7 +82,7 @@ public: GraphCtrl( Window* pParent, const ResId& rResId ); GraphCtrl( Window* pParent, WinBits nStyle ); - ~GraphCtrl(); + virtual ~GraphCtrl(); void SetWinStyle( WinBits nWinBits ); WinBits GetWinStyle() const { return nWinStyle; } |