From 5ff775234c3a044d1ba903317f4f7b5ada567a32 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 8 Apr 2015 13:02:13 +0200 Subject: [PATCH] Only use native wxAppProgressIndicator in wxOSX/Cocoa port. It's not implemented for Carbon nor iOS. --- include/wx/appprogress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/appprogress.h b/include/wx/appprogress.h index 9da10c6952..63bd6e5a14 100644 --- a/include/wx/appprogress.h +++ b/include/wx/appprogress.h @@ -31,7 +31,7 @@ private: #if defined(__WXMSW__) && wxUSE_TASKBARBUTTON #include "wx/msw/appprogress.h" -#elif defined(__WXOSX__) +#elif defined(__WXOSX_COCOA__) #include "wx/osx/appprogress.h" #else class wxAppProgressIndicator : public wxAppProgressIndicatorBase