mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
action: Fix warning about freeing a (const char *)
This commit is contained in:
parent
cb40cdc36c
commit
da57483961
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ enum action_arg_type {
|
|||
struct action_arg {
|
||||
struct wl_list link; /* struct action.args */
|
||||
|
||||
const char *key; /* May be NULL if there is just one arg */
|
||||
char *key; /* May be NULL if there is just one arg */
|
||||
enum action_arg_type type;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue