]> git.saurik.com Git - wxWidgets.git/commitdiff
GTK compilo: looks like a header missed the r58850 commit.
authorBryan Petty <bryan@ibaku.net>
Fri, 13 Feb 2009 07:35:48 +0000 (07:35 +0000)
committerBryan Petty <bryan@ibaku.net>
Fri, 13 Feb 2009 07:35:48 +0000 (07:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/filepicker.h

index 7b5a7da72eb7bbdf6a1c31bae5d7eb70a2fdd4d7..cda74e3da1dc304883a60051817ccc6b05b9b13e 100644 (file)
@@ -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)
 };