Fix another char cast.

This commit is contained in:
jdolan 2013-07-07 09:24:23 -04:00
parent c8fb5b9b5b
commit 23e78ebdf4

View file

@ -2088,7 +2088,7 @@ enum
}; };
static const GtkTargetEntry clipboard_targets[] = { static const GtkTargetEntry clipboard_targets[] = {
{ "RADIANT_CLIPPINGS", 0, RADIANT_CLIPPINGS, }, { (gchar *)"RADIANT_CLIPPINGS", 0, RADIANT_CLIPPINGS, },
}; };
static void clipboard_get( GtkClipboard *clipboard, GtkSelectionData *selection_data, guint info, gpointer user_data_or_owner ){ static void clipboard_get( GtkClipboard *clipboard, GtkSelectionData *selection_data, guint info, gpointer user_data_or_owner ){