From: Francesco Montorsi Date: Sat, 22 Nov 2008 15:54:33 +0000 (+0000) Subject: give a name to the enum to make it easier to reference it in docs X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/34db817726d6c239504b26f24996fd3b8a401ebc?ds=inline give a name to the enum to make it easier to reference it in docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/volume.h b/include/wx/volume.h index 7ecdb38e30..191d69b603 100644 --- a/include/wx/volume.h +++ b/include/wx/volume.h @@ -10,7 +10,7 @@ ///////////////////////////////////////////////////////////////////////////// // ---------------------------------------------------------------------------- -// wxFSVolume represents a volume/drive/mount point in a file system +// wxFSVolume represents a volume/drive in a file system // ---------------------------------------------------------------------------- #ifndef _WX_FSVOLUME_H_ @@ -23,7 +23,7 @@ #include "wx/arrstr.h" // the volume flags -enum +enum wxFSVolumeFlags { // is the volume mounted? wxFS_VOL_MOUNTED = 0x0001,