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
This commit is contained in:
parent
b155797819
commit
34db817726
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user