Make m_typeflag an int.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -133,7 +133,7 @@ private:
|
||||
wxDateTime m_ModifyTime;
|
||||
wxDateTime m_AccessTime;
|
||||
wxDateTime m_CreateTime;
|
||||
wxChar m_TypeFlag;
|
||||
int m_TypeFlag;
|
||||
wxString m_LinkName;
|
||||
wxString m_UserName;
|
||||
wxString m_GroupName;
|
||||
|
Reference in New Issue
Block a user