Kaydet (Commit) eeaf8026 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:cstylecast, involving pointer to incomplete type

Change-Id: Iff55c88a365859400e87f3333735e54ba59811b6
üst 3434327a
...@@ -82,7 +82,7 @@ namespace osl ...@@ -82,7 +82,7 @@ namespace osl
*/ */
static Mutex * getGlobalMutex() static Mutex * getGlobalMutex()
{ {
return (Mutex *)osl_getGlobalMutex(); return reinterpret_cast<Mutex *>(osl_getGlobalMutex());
} }
private: private:
......
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