summaryrefslogtreecommitdiff
path: root/configmgr/source/components.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/components.cxx')
-rw-r--r--configmgr/source/components.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx
index 85865fd00e7d..4e7259b2bbac 100644
--- a/configmgr/source/components.cxx
+++ b/configmgr/source/components.cxx
@@ -155,7 +155,7 @@ public:
private:
virtual ~WriteThread() {}
- virtual void execute();
+ virtual void execute() SAL_OVERRIDE;
rtl::Reference< WriteThread > * reference_;
Components & components_;