Made wxGenericDirCtrl compile with Cygwin

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-10-17 17:15:18 +00:00
parent 8f5bda17b3
commit 7328394a2a
3 changed files with 12 additions and 31 deletions

View File

@@ -49,7 +49,6 @@ class WXDLLEXPORT wxDirItemDataEx : public wxTreeItemData
public:
wxDirItemDataEx(const wxString& path, const wxString& name, bool isDir);
~wxDirItemDataEx();
bool HasSubDirs();
void SetNewDirName( wxString path );
wxString m_path, m_name;
bool m_isHidden;