aboutsummaryrefslogtreecommitdiffstats
path: root/callbacks-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'callbacks-gtk.h')
-rw-r--r--callbacks-gtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/callbacks-gtk.h b/callbacks-gtk.h
index 08c159b4d..568916f6c 100644
--- a/callbacks-gtk.h
+++ b/callbacks-gtk.h
@@ -9,7 +9,7 @@ static void name(GtkWidget *w, gpointer data) \
#define OPTIONCALLBACK(name, option) \
static void name(GtkWidget *w, gpointer data) \
{ \
- GtkWidget **entry = data; \
+ GtkWidget **entry = (GtkWidget**)data; \
option = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(w)); \
update_screen(); \
if (entry) \