summaryrefslogtreecommitdiff
path: root/connectivity/source/simpledbt/refbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/simpledbt/refbase.hxx')
-rw-r--r--connectivity/source/simpledbt/refbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/simpledbt/refbase.hxx b/connectivity/source/simpledbt/refbase.hxx
index f7e08739b153..ac0866e09670 100644
--- a/connectivity/source/simpledbt/refbase.hxx
+++ b/connectivity/source/simpledbt/refbase.hxx
@@ -40,8 +40,8 @@ namespace connectivity
ORefBase() : m_refCount(0) { }
virtual ~ORefBase();
- virtual oslInterlockedCount SAL_CALL acquire();
- virtual oslInterlockedCount SAL_CALL release();
+ virtual oslInterlockedCount SAL_CALL acquire() SAL_OVERRIDE;
+ virtual oslInterlockedCount SAL_CALL release() SAL_OVERRIDE;
};