fix build

Change-Id: I52c176776a58a633d0125449fdaa550c813e7da0
This commit is contained in:
Thomas Arnhold 2012-08-08 14:17:47 +02:00
parent 2beba8f93e
commit 389c315032

View file

@ -237,7 +237,8 @@ TTimeValue Timer::getRemainingTime() const
/////////////////////////////////////////////////////////////////////////////
//
// Timer manager
//
namespace
{
// Synchronize access to TimerManager
struct theTimerManagerMutex : public rtl::Static< osl::Mutex, theTimerManagerMutex> {};