summaryrefslogtreecommitdiff
path: root/include/unotools/componentresmodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/componentresmodule.hxx')
-rw-r--r--include/unotools/componentresmodule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/componentresmodule.hxx b/include/unotools/componentresmodule.hxx
index c63d10c100a3..e363f658bac2 100644
--- a/include/unotools/componentresmodule.hxx
+++ b/include/unotools/componentresmodule.hxx
@@ -50,7 +50,7 @@ namespace utl
public:
OComponentResourceModule( const OString& _rResFilePrefix );
- virtual ~OComponentResourceModule();
+ virtual ~OComponentResourceModule() override;
/// get the vcl res manager of the module
ResMgr* getResManager();