fixed compile under linux

This commit is contained in:
Andrey Morozov 2012-02-10 12:46:34 +00:00
parent fbdb93ec79
commit ef8c263500

View File

@ -674,7 +674,7 @@ cvt_( const T* src, size_t sstep,
}
//vz optimized template specialization, test Core_ConvertScale/ElemWiseTest
template<> static void
template<> void
cvt_<float, short>( const float* src, size_t sstep,
short* dst, size_t dstep, Size size )
{