]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/filepicker.h
no changes, just remove #if'd out code
[wxWidgets.git] / include / wx / gtk / filepicker.h
index 7b5a7da72eb7bbdf6a1c31bae5d7eb70a2fdd4d7..f3f6803f710c60a0d3c554f34cdbacf35bfe3e35 100644 (file)
@@ -180,8 +180,7 @@ 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:
     DECLARE_DYNAMIC_CLASS(wxDirButton)