forgotten commit of header change for generic icon

This commit is contained in:
Stefan Csomor
2018-09-21 16:15:58 +02:00
committed by Vadim Zeitlin
parent 34716b18a6
commit 0bdd7e5f48

View File

@@ -47,8 +47,9 @@
#elif defined(__WXMAC__)
#if wxOSX_USE_COCOA_OR_CARBON
#define wxICON_DEFAULT_TYPE wxBITMAP_TYPE_ICON_RESOURCE
#include "wx/osx/icon.h"
#include "wx/generic/icon.h"
#else
// iOS and others
#define wxICON_DEFAULT_TYPE wxBITMAP_TYPE_PNG_RESOURCE
#include "wx/generic/icon.h"
#endif