Only use native wxAppProgressIndicator in wxOSX/Cocoa port.
It's not implemented for Carbon nor iOS.
This commit is contained in:
@@ -31,7 +31,7 @@ private:
|
|||||||
|
|
||||||
#if defined(__WXMSW__) && wxUSE_TASKBARBUTTON
|
#if defined(__WXMSW__) && wxUSE_TASKBARBUTTON
|
||||||
#include "wx/msw/appprogress.h"
|
#include "wx/msw/appprogress.h"
|
||||||
#elif defined(__WXOSX__)
|
#elif defined(__WXOSX_COCOA__)
|
||||||
#include "wx/osx/appprogress.h"
|
#include "wx/osx/appprogress.h"
|
||||||
#else
|
#else
|
||||||
class wxAppProgressIndicator : public wxAppProgressIndicatorBase
|
class wxAppProgressIndicator : public wxAppProgressIndicatorBase
|
||||||
|
Reference in New Issue
Block a user