X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef5c70f96f5e06e1c8f8119f51b99dd019583d2b..333e57d578e9e0fb6555452b5a53698ffd85ee69:/include/wx/gtk/radiobox.h?ds=sidebyside diff --git a/include/wx/gtk/radiobox.h b/include/wx/gtk/radiobox.h index 77bbb3a066..1cfd176240 100644 --- a/include/wx/gtk/radiobox.h +++ b/include/wx/gtk/radiobox.h @@ -12,7 +12,7 @@ #include "wx/bitmap.h" -class WXDLLIMPEXP_CORE wxGTKRadioButtonInfo; +class WXDLLIMPEXP_FWD_CORE wxGTKRadioButtonInfo; #include "wx/list.h" @@ -132,7 +132,7 @@ public: void GtkDisableEvents(); void GtkEnableEvents(); #if wxUSE_TOOLTIPS - void ApplyToolTip( GtkTooltips *tips, const wxChar *tip ); + void ApplyToolTip( GtkTooltips *tips, const gchar *tip ); #endif // wxUSE_TOOLTIPS virtual void OnInternalIdle();