Added message about synthesize keyword.

pull/8307/head
Jaime O. Rios 8 years ago
parent 2d20aa4ed0
commit 10651d491f
  1. 1
      modules/highgui/src/window_cocoa.mm

@ -1001,6 +1001,7 @@ void cv::setWindowTitle(const String& winname, const String& title)
@synthesize callback; @synthesize callback;
@synthesize callback2; @synthesize callback2;
#else #else
// 32-bit Obj-C does not have automatic synthesize
@synthesize slider = _slider; @synthesize slider = _slider;
@synthesize name = _name; @synthesize name = _name;
@synthesize value = _value; @synthesize value = _value;

Loading…
Cancel
Save