From 560676a3937fc0d3eb6974682e71addb38b0714b Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 25 Sep 2017 21:55:34 +0200 Subject: [PATCH] Missing chanaged typedef for OpenGLES / iOS --- include/wx/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/defs.h b/include/wx/defs.h index 19a22cc39d..4cee732ff6 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -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