From: Bryan Petty Date: Fri, 13 Feb 2009 07:35:48 +0000 (+0000) Subject: GTK compilo: looks like a header missed the r58850 commit. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/21d9680705204eff1745c57cf6b96381751243f4 GTK compilo: looks like a header missed the r58850 commit. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/filepicker.h b/include/wx/gtk/filepicker.h index 7b5a7da72e..cda74e3da1 100644 --- a/include/wx/gtk/filepicker.h +++ b/include/wx/gtk/filepicker.h @@ -183,6 +183,8 @@ public: // used by the GTK callback only void UpdatePath(const char *gtkpath) { m_path = wxString::FromAscii(gtkpath); } + void GTKUpdatePath(const char *gtkpath); + private: DECLARE_DYNAMIC_CLASS(wxDirButton) };