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:
@@ -100,11 +100,11 @@ wxGzipClassFactory::GetProtocols(wxStreamProtocolType type) const
|
||||
{ NULL };
|
||||
|
||||
switch (type) {
|
||||
case wxSTREAM_PROTOCOL: return protos;
|
||||
case wxSTREAM_MIMETYPE: return mimes;
|
||||
case wxSTREAM_ENCODING: return encs;
|
||||
case wxSTREAM_FILEEXTENSION: return exts;
|
||||
default: return empty;
|
||||
case wxSTREAM_PROTOCOL: return protos;
|
||||
case wxSTREAM_MIMETYPE: return mimes;
|
||||
case wxSTREAM_ENCODING: return encs;
|
||||
case wxSTREAM_FILEEXT: return exts;
|
||||
default: return empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user