X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34deaa936202a60038f3c147527668402d2ce3f6..dfbb5eff442e9bcabd494f0340553fbf49739b25:/include/wx/volume.h?ds=inline

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,