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
This commit is contained in:
Bryan Petty
2009-02-13 07:35:48 +00:00
parent e7492fa205
commit 21d9680705

View File

@@ -183,6 +183,8 @@ public: // used by the GTK callback only
void UpdatePath(const char *gtkpath) void UpdatePath(const char *gtkpath)
{ m_path = wxString::FromAscii(gtkpath); } { m_path = wxString::FromAscii(gtkpath); }
void GTKUpdatePath(const char *gtkpath);
private: private:
DECLARE_DYNAMIC_CLASS(wxDirButton) DECLARE_DYNAMIC_CLASS(wxDirButton)
}; };