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

Clean up C-style casts from pointers to void

Change-Id: I9159db9b8fdbabefe29bcc606ec27c1709a620dd
üst 9afd58e7
......@@ -225,7 +225,7 @@ extern "C" void lcl_workerfunc (void * gci)
{
osl_setThreadName("GrammarCheckingIterator");
((GrammarCheckingIterator*)gci)->DequeueAndCheck();
static_cast<GrammarCheckingIterator*>(gci)->DequeueAndCheck();
}
static lang::Locale lcl_GetPrimaryLanguageOfSentence(
......
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