diff options
Diffstat (limited to 'configmgr/source/components.cxx')
-rw-r--r-- | configmgr/source/components.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index ca0894015935..90349886b4d4 100644 --- a/configmgr/source/components.cxx +++ b/configmgr/source/components.cxx @@ -156,7 +156,7 @@ public: private: virtual ~WriteThread() {} - virtual void execute() SAL_OVERRIDE; + virtual void execute() override; rtl::Reference< WriteThread > * reference_; Components & components_; |