X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f618020a15f1647a83aaeab1fe315f90497a9876..24fe8dc7f8f5426de2fb748b97c79e52b60db89d:/include/wx/volume.h diff --git a/include/wx/volume.h b/include/wx/volume.h index 87b9a27ad7..902e74bf82 100644 --- a/include/wx/volume.h +++ b/include/wx/volume.h @@ -24,6 +24,10 @@ #if wxUSE_FSVOLUME +#if wxUSE_GUI + #include "wx/iconbndl.h" // for wxIconArray +#endif // wxUSE_GUI + // the volume flags enum { @@ -65,9 +69,6 @@ enum wxFSIconType wxFS_VOL_ICO_MAX }; -// already in wx/iconbndl.h -// WX_DECLARE_EXPORTED_OBJARRAY(wxIcon, wxIconArray); - #endif // wxUSE_GUI class WXDLLEXPORT wxFSVolume