diff options
Diffstat (limited to 'include/svx/swframeexample.hxx')
-rw-r--r-- | include/svx/swframeexample.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/swframeexample.hxx b/include/svx/swframeexample.hxx index a790b4283685..b5de0c81f162 100644 --- a/include/svx/swframeexample.hxx +++ b/include/svx/swframeexample.hxx @@ -74,7 +74,7 @@ protected: public: SvxSwFrameExample(Window* pParent, WinBits nStyle); - ~SvxSwFrameExample(); + virtual ~SvxSwFrameExample(); inline void SetWrap(sal_uInt16 nW) { nWrap = nW; } |