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