diff options
Diffstat (limited to 'sw/inc/ftninfo.hxx')
-rw-r--r-- | sw/inc/ftninfo.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/ftninfo.hxx b/sw/inc/ftninfo.hxx index c5490ed885d0..b7fd5c62998f 100644 --- a/sw/inc/ftninfo.hxx +++ b/sw/inc/ftninfo.hxx @@ -108,6 +108,8 @@ public: SwFootnoteInfo(); SwFootnoteInfo(const SwFootnoteInfo&); + + ~SwFootnoteInfo() override; }; #endif |