Forgot to commit file for giving a GTK specific methid the prefix GTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2009-02-13 09:33:15 +00:00
parent 21d9680705
commit 34da808e3f

View File

@@ -180,9 +180,6 @@ 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: