can't pass objects through ... (please don't ever ignore this gcc warning)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
46cb4b3f8a
commit
ed97f493ab
@ -107,7 +107,7 @@ void wxColourDialog::ColourDataToDialog()
|
||||
wxGtkString pal(gtk_color_selection_palette_to_string(colors, n_colors));
|
||||
|
||||
GtkSettings *settings = gtk_widget_get_settings(GTK_WIDGET(sel));
|
||||
g_object_set(settings, "gtk-color-palette", pal, NULL);
|
||||
g_object_set(settings, "gtk-color-palette", pal.c_str(), NULL);
|
||||
}
|
||||
|
||||
void wxColourDialog::DialogToColourData()
|
||||
|
Loading…
Reference in New Issue
Block a user