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

loplugin:cstylecast

Change-Id: I4a02309c3ef4cb8c88edd538012ed2a8c43da307
üst 254ca251
...@@ -1713,7 +1713,7 @@ paintTileInThread (gpointer data) ...@@ -1713,7 +1713,7 @@ paintTileInThread (gpointer data)
return; return;
} }
g_task_return_pointer(task, pSurface, (GDestroyNotify)cairo_surface_destroy); g_task_return_pointer(task, pSurface, reinterpret_cast<GDestroyNotify>(cairo_surface_destroy));
} }
......
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