git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55289
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/gdicmn.h"
#include "wx/icon.h"
#include "wx/gdicmn.h"
#include "wx/icon.h"
+WX_DECLARE_EXPORTED_OBJARRAY(wxIcon, wxIconArray);
+
// this class can't load bitmaps of type wxBITMAP_TYPE_ICO_RESOURCE,
// if you need them, you have to load them manually and call
// wxIconCollection::AddIcon
// this class can't load bitmaps of type wxBITMAP_TYPE_ICO_RESOURCE,
// if you need them, you have to load them manually and call
// wxIconCollection::AddIcon
#include "wx/image.h"
#endif
#include "wx/image.h"
#endif
-WX_DECLARE_EXPORTED_OBJARRAY(wxIcon, wxIconArray);
#include "wx/arrimpl.cpp"
WX_DEFINE_OBJARRAY(wxIconArray)
#include "wx/arrimpl.cpp"
WX_DEFINE_OBJARRAY(wxIconArray)