| author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 12:17:47 (GMT) |
|---|---|---|
| committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 12:17:47 (GMT) |
| commit | 389c315032e5eb18016e9a81207747fe0cdb5217 (patch) (side-by-side diff) | |
| tree | 2b1025031c8a83861ffb3fd7e506d9782a5ba9d2 | |
| parent | 2beba8f93e7991372dd45351c92c50f7850dc46a (diff) | |
| download | core-389c315032e5eb18016e9a81207747fe0cdb5217.zip core-389c315032e5eb18016e9a81207747fe0cdb5217.tar.gz | |
fix build
Change-Id: I52c176776a58a633d0125449fdaa550c813e7da0
| -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 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> {}; |
