From: Francesco Montorsi Date: Sat, 10 May 2008 09:54:46 +0000 (+0000) Subject: give a name to the unnamed enum to make it easier to document it X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7e721c7a4bb6b253d64ae580e73853ed76d0ad03 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 --- diff --git a/include/wx/filesys.h b/include/wx/filesys.h index cd2af3bbeb..00214c18af 100644 --- a/include/wx/filesys.h +++ b/include/wx/filesys.h @@ -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 };