actions: Fix compile warning

This commit is contained in:
Jasper St. Pierre
2014-12-12 17:39:46 -08:00
parent ce3d32ff43
commit b6acc8f2c5

View File

@ -216,7 +216,7 @@ gtk_inspector_actions_set_object (GtkInspectorActions *sl,
add_group (sl, G_ACTION_GROUP (object), "win");
else if (GTK_IS_WIDGET (object))
{
gchar **prefixes;
const gchar **prefixes;
GActionGroup *group;
gint i;