compilation fix: include wx/iconbndl.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-03-27 16:30:42 +00:00
parent 130d96dcf6
commit 8cf1c88c68

View File

@@ -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