X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..f554a14b8989125033f32fd9bfc4ef877664eb39:/include/wx/volume.h diff --git a/include/wx/volume.h b/include/wx/volume.h index 32a2a46306..b179ca7675 100644 --- a/include/wx/volume.h +++ b/include/wx/volume.h @@ -16,10 +16,6 @@ #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 @@ -121,7 +117,7 @@ enum wxFSIconType }; // wxFSVolume adds GetIcon() to wxFSVolumeBase -class wxFSVolume : public wxFSVolumeBase +class WXDLLIMPEXP_CORE wxFSVolume : public wxFSVolumeBase { public: wxFSVolume() : wxFSVolumeBase() { InitIcons(); }