Ribbon compilation fixes for OS X.
Forward declare wxWindow and wxDC classes in wx/ribbon/art.h to avoid errors in (PCH-less?) buildbot builds. Also include header containing declarations of private Mac functions in implementation file (closes #11203). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,6 +19,9 @@
|
|||||||
#include <wx/brush.h>
|
#include <wx/brush.h>
|
||||||
#include <wx/pen.h>
|
#include <wx/pen.h>
|
||||||
|
|
||||||
|
class WXDLLIMPEXP_FWD_CORE wxDC;
|
||||||
|
class WXDLLIMPEXP_FWD_CORE wxWindow;
|
||||||
|
|
||||||
enum wxRibbonArtSetting
|
enum wxRibbonArtSetting
|
||||||
{
|
{
|
||||||
wxRIBBON_ART_TAB_SEPARATION_SIZE,
|
wxRIBBON_ART_TAB_SEPARATION_SIZE,
|
||||||
|
|||||||
@@ -30,6 +30,8 @@
|
|||||||
|
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
#include "wx/msw/private.h"
|
#include "wx/msw/private.h"
|
||||||
|
#elif defined(__WXMAC__)
|
||||||
|
#include "wx/osx/private.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
wxRibbonAUIArtProvider::wxRibbonAUIArtProvider()
|
wxRibbonAUIArtProvider::wxRibbonAUIArtProvider()
|
||||||
|
|||||||
Reference in New Issue
Block a user