]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/volume.h
proper default for iphone
[wxWidgets.git] / include / wx / volume.h
index 7ecdb38e30f87b9357c183e9d9ddcf0c7ddcad07..fd6a8370e0b7dc09960053c89f7f12b17e3c3cb2 100644 (file)
@@ -4,13 +4,12 @@
 // Author:      George Policello
 // Modified by:
 // Created:     28 Jan 02
 // Author:      George Policello
 // Modified by:
 // Created:     28 Jan 02
-// RCS-ID:      $Id$
 // Copyright:   (c) 2002 George Policello
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ----------------------------------------------------------------------------
 // Copyright:   (c) 2002 George Policello
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ----------------------------------------------------------------------------
-// wxFSVolume represents a volume/drive/mount point in a file system
+// wxFSVolume represents a volume/drive in a file system
 // ----------------------------------------------------------------------------
 
 #ifndef _WX_FSVOLUME_H_
 // ----------------------------------------------------------------------------
 
 #ifndef _WX_FSVOLUME_H_
@@ -23,7 +22,7 @@
 #include "wx/arrstr.h"
 
 // the volume flags
 #include "wx/arrstr.h"
 
 // the volume flags
-enum
+enum wxFSVolumeFlags
 {
     // is the volume mounted?
     wxFS_VOL_MOUNTED = 0x0001,
 {
     // is the volume mounted?
     wxFS_VOL_MOUNTED = 0x0001,