summaryrefslogtreecommitdiff
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 81de1fb78119..b32a40f1454f 100644
--- a/include/basic/sbxmeth.hxx
+++ b/include/basic/sbxmeth.hxx
@@ -31,7 +31,7 @@ public:
SBX_DECL_PERSIST_NODATA(SBXID_METHOD,1);
SbxMethod( const OUString& r, SbxDataType t, bool bIsRuntimeFunction=false );
SbxMethod( const SbxMethod& r );
- virtual ~SbxMethod();
+ virtual ~SbxMethod() override;
SbxMethod& operator=( const SbxMethod& r ) { SbxVariable::operator=( r ); return *this; }
virtual SbxClassType GetClass() const override;
bool IsRuntimeFunction() const { return mbIsRuntimeFunction; }