Missing chanaged typedef for OpenGLES / iOS

This commit is contained in:
Stefan Csomor 2017-09-25 21:55:34 +02:00
parent 3063ea6ca9
commit 560676a393

View File

@ -3130,7 +3130,7 @@ DECLARE_WXCOCOA_OBJC_CLASS(UIWebView);
typedef WX_UIWindow WXWindow;
typedef WX_UIView WXWidget;
typedef WX_EAGLContext WXGLContext;
typedef WX_NSString* WXGLPixelFormat;
typedef WX_NSString WXGLPixelFormat;
typedef WX_UIWebView OSXWebViewPtr;
#endif