summaryrefslogtreecommitdiff
path: root/include/sfx2/module.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/module.hxx')
-rw-r--r--include/sfx2/module.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/module.hxx b/include/sfx2/module.hxx
index 12967402dd59..8de3e907e882 100644
--- a/include/sfx2/module.hxx
+++ b/include/sfx2/module.hxx
@@ -70,7 +70,7 @@ private:
public:
SfxModule( ResMgr* pMgrP, std::initializer_list<SfxObjectFactory*> pFactoryList);
- virtual ~SfxModule();
+ virtual ~SfxModule() override;
ResMgr* GetResMgr();
SfxSlotPool* GetSlotPool() const;