diff options
Diffstat (limited to 'salhelper/source/condition.cxx')
-rw-r--r-- | salhelper/source/condition.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/salhelper/source/condition.cxx b/salhelper/source/condition.cxx index a83cc753e0a7..9f1408debcdf 100644 --- a/salhelper/source/condition.cxx +++ b/salhelper/source/condition.cxx @@ -32,8 +32,7 @@ using namespace salhelper; ******************************************************************/ Condition::Condition(osl::Mutex& aMutex) - : m_aMutex(aMutex), - m_aCondition() + : m_aMutex(aMutex) { } |