From 21d9680705204eff1745c57cf6b96381751243f4 Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Fri, 13 Feb 2009 07:35:48 +0000 Subject: [PATCH] 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 --- include/wx/gtk/filepicker.h | 2 ++ 1 file changed, 2 insertions(+) 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) }; -- 2.45.2