From: Vadim Zeitlin Date: Wed, 27 Mar 2002 16:30:42 +0000 (+0000) Subject: compilation fix: include wx/iconbndl.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8cf1c88c68ae809f37577f3db587251155a6c485?ds=inline compilation fix: include wx/iconbndl.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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