diff --git a/include/internal/cef_types_mac.h b/include/internal/cef_types_mac.h index a10c54016..9d73253cb 100644 --- a/include/internal/cef_types_mac.h +++ b/include/internal/cef_types_mac.h @@ -44,7 +44,7 @@ @class NSView; #else class NSCursor; -struct NSView; +class NSView; #endif #define cef_window_handle_t NSView* #define cef_cursor_handle_t NSCursor*