fix warning by removing 'const' from ipc_socket_path
This commit is contained in:
parent
4fc26e7de0
commit
3dd5552390
|
@ -89,7 +89,7 @@ struct Config {
|
||||||
const char *terminal;
|
const char *terminal;
|
||||||
i3Font font;
|
i3Font font;
|
||||||
|
|
||||||
const char *ipc_socket_path;
|
char *ipc_socket_path;
|
||||||
const char *restart_state_path;
|
const char *restart_state_path;
|
||||||
|
|
||||||
int default_layout;
|
int default_layout;
|
||||||
|
|
Loading…
Reference in New Issue