From 8cf1c88c68ae809f37577f3db587251155a6c485 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 27 Mar 2002 16:30:42 +0000 Subject: [PATCH] compilation fix: include wx/iconbndl.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/volume.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.45.2