summaryrefslogtreecommitdiff
path: root/configmgr/qa/unit/threading.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/qa/unit/threading.cxx')
-rw-r--r--configmgr/qa/unit/threading.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/qa/unit/threading.cxx b/configmgr/qa/unit/threading.cxx
index 1531e9f49138..68baee1c6829 100644
--- a/configmgr/qa/unit/threading.cxx
+++ b/configmgr/qa/unit/threading.cxx
@@ -53,7 +53,7 @@ class KeyTester : public osl::Thread
virtual ~KeyTester ()
{
}
- virtual void run ()
+ virtual void SAL_CALL run ()
{
testIteration();
while (!m_pCond->check())