]> git.saurik.com Git - wxWidgets.git/commitdiff
give a name to the unnamed enum to make it easier to document it
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 10 May 2008 09:54:46 +0000 (09:54 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 10 May 2008 09:54:46 +0000 (09:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/filesys.h

index cd2af3bbebf6280d6f06182d55de22fb2ffccd1d..00214c18afb2aec63180071a0009d70178fd2fb0 100644 (file)
@@ -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
 };