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:
@@ -327,10 +327,10 @@ protected:
|
||||
|
||||
enum wxStreamProtocolType
|
||||
{
|
||||
wxSTREAM_PROTOCOL, // wxFileSystem protocol (should be only one)
|
||||
wxSTREAM_MIMETYPE, // Mime types the stream handles
|
||||
wxSTREAM_ENCODING, // The http Content-Encodings the stream handles
|
||||
wxSTREAM_FILEEXTENSION // File extensions the stream handles
|
||||
wxSTREAM_PROTOCOL, // wxFileSystem protocol (should be only one)
|
||||
wxSTREAM_MIMETYPE, // MIME types the stream handles
|
||||
wxSTREAM_ENCODING, // The HTTP Content-Encodings the stream handles
|
||||
wxSTREAM_FILEEXT // File extensions the stream handles
|
||||
};
|
||||
|
||||
void WXDLLIMPEXP_BASE wxUseFilterClasses();
|
||||
|
Reference in New Issue
Block a user