From 389c315032e5eb18016e9a81207747fe0cdb5217 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 8 Aug 2012 14:17:47 +0200 Subject: fix build Change-Id: I52c176776a58a633d0125449fdaa550c813e7da0 --- salhelper/source/timer.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'salhelper') diff --git a/salhelper/source/timer.cxx b/salhelper/source/timer.cxx index 944d07d27862..8d1d5f68d3b6 100644 --- a/salhelper/source/timer.cxx +++ b/salhelper/source/timer.cxx @@ -237,7 +237,8 @@ TTimeValue Timer::getRemainingTime() const ///////////////////////////////////////////////////////////////////////////// // // Timer manager - +// +namespace { // Synchronize access to TimerManager struct theTimerManagerMutex : public rtl::Static< osl::Mutex, theTimerManagerMutex> {}; -- cgit