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:
@@ -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
|
||||
|
Reference in New Issue
Block a user