X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..e333075415c35d2e869ea585fa41f01a2c938897:/include/wx/volume.h diff --git a/include/wx/volume.h b/include/wx/volume.h index 43a1c2ab9d..7ecdb38e30 100644 --- a/include/wx/volume.h +++ b/include/wx/volume.h @@ -6,7 +6,7 @@ // Created: 28 Jan 02 // RCS-ID: $Id$ // Copyright: (c) 2002 George Policello -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ---------------------------------------------------------------------------- @@ -16,14 +16,12 @@ #ifndef _WX_FSVOLUME_H_ #define _WX_FSVOLUME_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "fsvolume.h" -#endif - #include "wx/defs.h" #if wxUSE_FSVOLUME +#include "wx/arrstr.h" + // the volume flags enum { @@ -121,7 +119,7 @@ enum wxFSIconType }; // wxFSVolume adds GetIcon() to wxFSVolumeBase -class wxFSVolume : public wxFSVolumeBase +class WXDLLIMPEXP_CORE wxFSVolume : public wxFSVolumeBase { public: wxFSVolume() : wxFSVolumeBase() { InitIcons(); } @@ -146,4 +144,3 @@ typedef wxFSVolumeBase wxFSVolume; #endif // wxUSE_FSVOLUME #endif // _WX_FSVOLUME_H_ -