Fix breakage in dbgutil-enabled build
This commit is contained in:
parent
cdab7d4e9c
commit
c60968d9e4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
//------------------------------------------------------------------------------
|
||||
::osl::Mutex Tracer::s_aMapSafety;
|
||||
::std::map< ::oslThreadIdentifier, INT32, ::std::less< ::osl::ThreadIdentifier > >
|
||||
::std::map< ::oslThreadIdentifier, INT32, ::std::less< oslThreadIdentifier > >
|
||||
Tracer::s_aThreadIndents;
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue