aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index e7d7094f..1cb72e77 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -27,7 +27,7 @@ struct sway_session_lock {
struct sway_server {
struct wl_display *wl_display;
struct wl_event_loop *wl_event_loop;
- const char *socket;
+ char *socket;
struct wlr_backend *backend;
struct wlr_session *session;