2 more fixes to calm down the doc builder

This commit is contained in:
Vadim Pisarevsky
2013-12-19 16:57:02 +04:00
parent f41f633d2d
commit 242a3d1f19
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ struct Logger
namespace cv
{
template<typename _Tp> void copyVectorToUMat(const std::vector<_Tp>& v, UMat& um)
{
if(v.empty())