X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4db3720881d0a389bb5efd29feee81efe89b20a1..5fdb6350921035ace3d9619bd2d36f776d0653ef:/include/wx/gtk/filepicker.h?ds=sidebyside diff --git a/include/wx/gtk/filepicker.h b/include/wx/gtk/filepicker.h index 7b5a7da72e..f3f6803f71 100644 --- a/include/wx/gtk/filepicker.h +++ b/include/wx/gtk/filepicker.h @@ -180,8 +180,7 @@ public: // used by the GTK callback only bool m_bIgnoreNextChange; - void UpdatePath(const char *gtkpath) - { m_path = wxString::FromAscii(gtkpath); } + void GTKUpdatePath(const char *gtkpath); private: DECLARE_DYNAMIC_CLASS(wxDirButton)