summaryrefslogtreecommitdiff
path: root/include/sfx2/hintpost.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/hintpost.hxx')
-rw-r--r--include/sfx2/hintpost.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/hintpost.hxx b/include/sfx2/hintpost.hxx
index 03a4bec6c143..63d6a17db7d2 100644
--- a/include/sfx2/hintpost.hxx
+++ b/include/sfx2/hintpost.hxx
@@ -44,7 +44,7 @@ private:
DECL_LINK_TYPED( DoEvent_Impl, void*, void );
protected:
- virtual ~SfxHintPoster();
+ virtual ~SfxHintPoster() override;
public:
SfxHintPoster(const Link<SfxRequest*,void>& rLink);