diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 14:17:47 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 14:17:47 +0200 |
commit | 389c315032e5eb18016e9a81207747fe0cdb5217 (patch) | |
tree | 2b1025031c8a83861ffb3fd7e506d9782a5ba9d2 /salhelper/source/timer.cxx | |
parent | 2beba8f93e7991372dd45351c92c50f7850dc46a (diff) |
fix build
Change-Id: I52c176776a58a633d0125449fdaa550c813e7da0
Diffstat (limited to 'salhelper/source/timer.cxx')
-rw-r--r-- | salhelper/source/timer.cxx | 3 |
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> {}; |