app-system: Fix const warning
This commit is contained in:
parent
dcb28aad2a
commit
a5619bc0a3
@ -141,7 +141,7 @@ shell_app_system_lookup_app (ShellAppSystem *self,
|
||||
return NULL;
|
||||
|
||||
app = _shell_app_new (info);
|
||||
g_hash_table_insert (priv->id_to_app, shell_app_get_id (id), app);
|
||||
g_hash_table_insert (priv->id_to_app, (char *) shell_app_get_id (id), app);
|
||||
return app;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user