mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
This commit is contained in:
@@ -1399,7 +1399,7 @@ Mat& _OutputArray::getMatRef(int i) const
|
||||
}
|
||||
|
||||
static _OutputArray _none;
|
||||
OutputArray None() { return _none; }
|
||||
OutputArray noArray() { return _none; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user