summaryrefslogtreecommitdiff
path: root/include/toolkit/helper/externallock.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/helper/externallock.hxx')
-rw-r--r--include/toolkit/helper/externallock.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toolkit/helper/externallock.hxx b/include/toolkit/helper/externallock.hxx
index 11fda9a000e7..bb611b7f2705 100644
--- a/include/toolkit/helper/externallock.hxx
+++ b/include/toolkit/helper/externallock.hxx
@@ -29,8 +29,8 @@
class TOOLKIT_DLLPUBLIC VCLExternalSolarLock : public ::comphelper::IMutex
{
public:
- virtual void acquire();
- virtual void release();
+ virtual void acquire() SAL_OVERRIDE;
+ virtual void release() SAL_OVERRIDE;
};
#endif // INCLUDED_TOOLKIT_HELPER_EXTERNALLOCK_HXX