Rename wxSTREAM_FILEEXTENSION to wxSTREAM_FILEEXT.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -157,10 +157,10 @@ wxZipClassFactory::GetProtocols(wxStreamProtocolType type) const
|
||||
static const wxChar *empty[] = { NULL };
|
||||
|
||||
switch (type) {
|
||||
case wxSTREAM_PROTOCOL: return protocols;
|
||||
case wxSTREAM_MIMETYPE: return mimetypes;
|
||||
case wxSTREAM_FILEEXTENSION: return fileexts;
|
||||
default: return empty;
|
||||
case wxSTREAM_PROTOCOL: return protocols;
|
||||
case wxSTREAM_MIMETYPE: return mimetypes;
|
||||
case wxSTREAM_FILEEXT: return fileexts;
|
||||
default: return empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user