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:
Francesco Montorsi
2008-05-10 09:54:46 +00:00
parent ea6a2ccb4a
commit 7e721c7a4b

View File

@@ -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
}; };