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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user