diff options
Diffstat (limited to 'include/basic/sbx.hxx')
-rw-r--r-- | include/basic/sbx.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/basic/sbx.hxx b/include/basic/sbx.hxx index dc4fdb7934e3..26cd2654b345 100644 --- a/include/basic/sbx.hxx +++ b/include/basic/sbx.hxx @@ -82,6 +82,7 @@ class BASIC_DLLPUBLIC SbxHint final : public SfxHint SbxVariable* pVar; public: SbxHint( SfxHintId n, SbxVariable* v ) : SfxHint( n ), pVar( v ) {} + ~SbxHint() override; SbxVariable* GetVar() const { return pVar; } }; |