diff options
Diffstat (limited to 'sc/inc/clkernelthread.hxx')
-rw-r--r-- | sc/inc/clkernelthread.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/clkernelthread.hxx b/sc/inc/clkernelthread.hxx index 8018d3f68a3e..154ec48ba55a 100644 --- a/sc/inc/clkernelthread.hxx +++ b/sc/inc/clkernelthread.hxx @@ -41,7 +41,7 @@ public: osl::Condition maCompilationDoneCondition; protected: - virtual void execute(); + virtual void execute() SAL_OVERRIDE; private: osl::Mutex maQueueMutex; |