diff options
Diffstat (limited to 'include/svx/e3ditem.hxx')
-rw-r--r-- | include/svx/e3ditem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/e3ditem.hxx b/include/svx/e3ditem.hxx index b425583a268f..8340b3d3d603 100644 --- a/include/svx/e3ditem.hxx +++ b/include/svx/e3ditem.hxx @@ -38,7 +38,7 @@ public: SvxB3DVectorItem(); SvxB3DVectorItem( sal_uInt16 nWhich, const basegfx::B3DVector& rVal ); SvxB3DVectorItem( const SvxB3DVectorItem& ); - ~SvxB3DVectorItem(); + virtual ~SvxB3DVectorItem(); virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE; virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE; |