mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 01:53:19 +08:00
Added message about synthesize keyword.
This commit is contained in:
parent
2d20aa4ed0
commit
10651d491f
@ -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…
Reference in New Issue
Block a user