summaryrefslogtreecommitdiff
path: root/store/source/object.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/object.hxx')
-rw-r--r--store/source/object.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/source/object.hxx b/store/source/object.hxx
index a6835bd76fc1..c7a28219c75f 100644
--- a/store/source/object.hxx
+++ b/store/source/object.hxx
@@ -79,8 +79,8 @@ public:
/** IReference.
*/
- virtual oslInterlockedCount SAL_CALL acquire (void);
- virtual oslInterlockedCount SAL_CALL release (void);
+ virtual oslInterlockedCount SAL_CALL acquire (void) SAL_OVERRIDE;
+ virtual oslInterlockedCount SAL_CALL release (void) SAL_OVERRIDE;
protected:
/** Destruction.