1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

reverted "typedef _InputArray InputArray", fixed warning from doxygen

This commit is contained in:
Vadim Pisarevsky
2015-04-07 19:34:51 +03:00
parent 052593c760
commit 259e41da73
5 changed files with 24 additions and 17 deletions
+1 -1
View File
@@ -1113,7 +1113,7 @@ void scalarToRawData(const Scalar& s, void* _buf, int type, int unroll_to)
Input/Output Array
\*************************************************************************************************/
Mat _InputArray::getMat(int i) const
Mat _InputArray::getMat_(int i) const
{
int k = kind();
int accessFlags = flags & ACCESS_MASK;