summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-08 14:17:47 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-08 14:17:47 +0200
commit389c315032e5eb18016e9a81207747fe0cdb5217 (patch)
tree2b1025031c8a83861ffb3fd7e506d9782a5ba9d2 /salhelper
parent2beba8f93e7991372dd45351c92c50f7850dc46a (diff)
fix build
Change-Id: I52c176776a58a633d0125449fdaa550c813e7da0
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/source/timer.cxx3
1 files changed, 2 insertions, 1 deletions
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> {};