give a name to the unnamed enum to make it easier to document it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -168,7 +168,8 @@ protected:
|
|||||||
//--------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------
|
||||||
|
|
||||||
// Open Bit Flags
|
// Open Bit Flags
|
||||||
enum {
|
enum wxFileSystemOpenFlags
|
||||||
|
{
|
||||||
wxFS_READ = 1, // Open for reading
|
wxFS_READ = 1, // Open for reading
|
||||||
wxFS_SEEKABLE = 4 // Returned stream will be seekable
|
wxFS_SEEKABLE = 4 // Returned stream will be seekable
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user