summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-02-03 08:21:59 +0100
committerDave Davenport <qball@gmpclient.org>2015-02-03 08:21:59 +0100
commit63fd534ba2ccc79ceecdf7f4493cc85cee7ca877 (patch)
tree6021ce7431f48121e15b4435f4c724675c98563b /include/rofi.h
parentf86cf8988bce70cb1aecf614cd338de816112889 (diff)
Move data around, constness, etc.
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 49cc4305..d600cbd5 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -217,7 +217,7 @@ extern Settings config;
*
* The error message to show.
*/
-void error_dialog ( char *msg );
+void error_dialog ( const char *msg );
/**
* @param w The Window to read property from.