]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/volume.h
got rid of wxSocketBase::m_error which could get out of sync with wxSocketImpl::m_err...
[wxWidgets.git] / include / wx / volume.h
index 7ecdb38e30f87b9357c183e9d9ddcf0c7ddcad07..191d69b603fae2d43f5e9c1bfce6bef923e9221f 100644 (file)
@@ -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,