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

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;