X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..d9b22d8fff794d8cadef74a2710be9e83c1adb5f:/include/wx/volume.h diff --git a/include/wx/volume.h b/include/wx/volume.h index 5bac8c1b6e..fd6a8370e0 100644 --- a/include/wx/volume.h +++ b/include/wx/volume.h @@ -4,13 +4,12 @@ // Author: George Policello // Modified by: // Created: 28 Jan 02 -// RCS-ID: $Id$ // 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_ @@ -20,8 +19,10 @@ #if wxUSE_FSVOLUME +#include "wx/arrstr.h" + // the volume flags -enum +enum wxFSVolumeFlags { // is the volume mounted? wxFS_VOL_MOUNTED = 0x0001, @@ -117,7 +118,7 @@ enum wxFSIconType }; // wxFSVolume adds GetIcon() to wxFSVolumeBase -class wxFSVolume : public wxFSVolumeBase +class WXDLLIMPEXP_CORE wxFSVolume : public wxFSVolumeBase { public: wxFSVolume() : wxFSVolumeBase() { InitIcons(); } @@ -142,4 +143,3 @@ typedef wxFSVolumeBase wxFSVolume; #endif // wxUSE_FSVOLUME #endif // _WX_FSVOLUME_H_ -