Kaydet (Commit) d4d64887 authored tarafından Luboš Luňák's avatar Luboš Luňák

fix incorrect example in rtl_Instance docs

Change-Id: I1cb0c9bfca7ebcf8de96ef25554a41d52b9d7df5
üst 102fc242
......@@ -219,7 +219,7 @@ namespace {
T * getInstance()
{
return rtl_Instance< T, InitInstance,
::osl::Mutex, ::osl::GetGlobalMutex,
::osl::MutexGuard, ::osl::GetGlobalMutex,
Data, InitData >::create(
InitInstance(), ::osl::GetGlobalMutex(), InitData());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment