diff options
Diffstat (limited to 'include/unotools/eventcfg.hxx')
-rw-r--r-- | include/unotools/eventcfg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/eventcfg.hxx b/include/unotools/eventcfg.hxx index 046eb6a9dd0d..03ccdd4181d2 100644 --- a/include/unotools/eventcfg.hxx +++ b/include/unotools/eventcfg.hxx @@ -67,7 +67,7 @@ class UNOTOOLS_DLLPUBLIC GlobalEventConfig: { public: GlobalEventConfig( ); - virtual ~GlobalEventConfig( ); + virtual ~GlobalEventConfig( ) override; static ::osl::Mutex& GetOwnStaticMutex(); css::uno::Reference< css::container::XNameReplace > SAL_CALL getEvents( ) throw (css::uno::RuntimeException, std::exception) override; |