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:
parent
ea6a2ccb4a
commit
7e721c7a4b
@ -168,7 +168,8 @@ protected:
|
||||
//--------------------------------------------------------------------------------
|
||||
|
||||
// Open Bit Flags
|
||||
enum {
|
||||
enum wxFileSystemOpenFlags
|
||||
{
|
||||
wxFS_READ = 1, // Open for reading
|
||||
wxFS_SEEKABLE = 4 // Returned stream will be seekable
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user