salhelper/source/timer.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 389c315032e5eb18016e9a81207747fe0cdb5217 Author: Thomas Arnhold <[email protected]> Date: Wed Aug 8 14:17:47 2012 +0200 fix build Change-Id: I52c176776a58a633d0125449fdaa550c813e7da0 diff --git a/salhelper/source/timer.cxx b/salhelper/source/timer.cxx index 944d07d..8d1d5f6 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> {}; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
