X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05815ab32f501810bf0923a511f7d99b90b808a2..2adfb497e666354303ea6bb0e468f1e53811ad55:/include/wx/volume.h diff --git a/include/wx/volume.h b/include/wx/volume.h index a65ce2f2bb..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,8 +69,6 @@ enum wxFSIconType wxFS_VOL_ICO_MAX }; -WX_DECLARE_OBJARRAY(wxIcon, wxIconArray); - #endif // wxUSE_GUI class WXDLLEXPORT wxFSVolume