From 10651d491f660d40a472948d82bcd2ffb72ad8ca Mon Sep 17 00:00:00 2001 From: "Jaime O. Rios" Date: Fri, 3 Mar 2017 09:43:44 -0500 Subject: [PATCH] Added message about synthesize keyword. --- modules/highgui/src/window_cocoa.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/highgui/src/window_cocoa.mm b/modules/highgui/src/window_cocoa.mm index e851bb752f..3f6a9ff803 100644 --- a/modules/highgui/src/window_cocoa.mm +++ b/modules/highgui/src/window_cocoa.mm @@ -1001,6 +1001,7 @@ void cv::setWindowTitle(const String& winname, const String& title) @synthesize callback; @synthesize callback2; #else +// 32-bit Obj-C does not have automatic synthesize @synthesize slider = _slider; @synthesize name = _name; @synthesize value = _value;