Add OS X implementation of wxAppProgressIndicator.
Closes #16638. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -31,6 +31,8 @@ private:
|
||||
|
||||
#if defined(__WXMSW__) && wxUSE_TASKBARBUTTON
|
||||
#include "wx/msw/appprogress.h"
|
||||
#elif defined(__WXOSX__)
|
||||
#include "wx/osx/appprogress.h"
|
||||
#else
|
||||
class wxAppProgressIndicator : public wxAppProgressIndicatorBase
|
||||
{
|
||||
|
Reference in New Issue
Block a user