Commit 10651d49 authored by Jaime O. Rios's avatar Jaime O. Rios

Added message about synthesize keyword.

parent 2d20aa4e
...@@ -1001,6 +1001,7 @@ void cv::setWindowTitle(const String& winname, const String& title) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment