summaryrefslogtreecommitdiff
path: root/includes/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/shell.h')
-rw-r--r--includes/shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/shell.h b/includes/shell.h
index 927a9adf..3f0ef47e 100644
--- a/includes/shell.h
+++ b/includes/shell.h
@@ -139,7 +139,7 @@ struct _ShellModule {
GdkPixbuf *icon;
GModule *dll;
- gpointer (*aboutfunc) ();
+ gconstpointer (*aboutfunc)(void);
gchar *(*summaryfunc) ();
void (*deinit) ();