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

loplugin:cstylecast, involving pointer to incomplete type

Change-Id: If2758fa42b484a5afbe0d358a3d4533c68189697
üst cee5bd8d
...@@ -669,7 +669,7 @@ gboolean ensure_dbus_setup( gpointer data ) ...@@ -669,7 +669,7 @@ gboolean ensure_dbus_setup( gpointer data )
// Create menu model and action group attached to this frame. // Create menu model and action group attached to this frame.
GMenuModel* pMenuModel = G_MENU_MODEL( g_lo_menu_new() ); GMenuModel* pMenuModel = G_MENU_MODEL( g_lo_menu_new() );
GActionGroup* pActionGroup = ( ( GActionGroup* ) g_lo_action_group_new( reinterpret_cast< gpointer >( pSalFrame ) ) ); GActionGroup* pActionGroup = reinterpret_cast<GActionGroup*>(g_lo_action_group_new( reinterpret_cast< gpointer >( pSalFrame ) ));
// Generate menu paths. // Generate menu paths.
::Window windowId = GDK_WINDOW_XID( gdkWindow ); ::Window windowId = GDK_WINDOW_XID( gdkWindow );
......
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