summaryrefslogtreecommitdiffstats
path: root/include/basic/sbxmeth.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/sbxmeth.hxx')
-rw-r--r--include/basic/sbxmeth.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbxmeth.hxx b/include/basic/sbxmeth.hxx
index c442bacaebc1..6d8be5c51d62 100644
--- a/include/basic/sbxmeth.hxx
+++ b/include/basic/sbxmeth.hxx
@@ -30,7 +30,7 @@ public:
TYPEINFO_OVERRIDE();
SbxMethod( const OUString& r, SbxDataType t );
SbxMethod( const SbxMethod& r );
- ~SbxMethod();
+ virtual ~SbxMethod();
SbxMethod& operator=( const SbxMethod& r ) { SbxVariable::operator=( r ); return *this; }
virtual SbxClassType GetClass() const SAL_OVERRIDE;
};