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:
@@ -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_
|
#ifndef _WX_FSVOLUME_H_
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
#include "wx/arrstr.h"
|
#include "wx/arrstr.h"
|
||||||
|
|
||||||
// the volume flags
|
// the volume flags
|
||||||
enum
|
enum wxFSVolumeFlags
|
||||||
{
|
{
|
||||||
// is the volume mounted?
|
// is the volume mounted?
|
||||||
wxFS_VOL_MOUNTED = 0x0001,
|
wxFS_VOL_MOUNTED = 0x0001,
|
||||||
|
Reference in New Issue
Block a user