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;