mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +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 callback2;
|
||||
#else
|
||||
// 32-bit Obj-C does not have automatic synthesize
|
||||
@synthesize slider = _slider;
|
||||
@synthesize name = _name;
|
||||
@synthesize value = _value;
|
||||
|
Loading…
Reference in New Issue
Block a user