summaryrefslogtreecommitdiff
path: root/plugins/mate/mate_parser.l
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mate/mate_parser.l')
-rw-r--r--plugins/mate/mate_parser.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/mate_parser.l b/plugins/mate/mate_parser.l
index f8d3076403..1cd0730528 100644
--- a/plugins/mate/mate_parser.l
+++ b/plugins/mate/mate_parser.l
@@ -245,7 +245,7 @@ blk_cmnt_stop "*/"
%%
-extern gboolean mate_load_config(gchar* filename, mate_config* matecfg) {
+extern gboolean mate_load_config(const gchar* filename, mate_config* matecfg) {
gboolean state;
mc = matecfg;