summaryrefslogtreecommitdiff
path: root/ewmh.h
diff options
context:
space:
mode:
Diffstat (limited to 'ewmh.h')
-rw-r--r--ewmh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ewmh.h b/ewmh.h
index d7b0741..7b1b5f4 100644
--- a/ewmh.h
+++ b/ewmh.h
@@ -8,7 +8,7 @@
#include "structs.h"
-void initEWMH(Display** dpy, Window* root, int numWS, std::string workspaceNames[]);
+void initEWMH(Display** dpy, Window* root, int numWS, const std::string workspaceNames[]);
void updateClientList(std::map<int, Client> clients);