Commit ef8c2635 authored by Andrey Morozov's avatar Andrey Morozov

fixed compile under linux

parent fbdb93ec
...@@ -674,7 +674,7 @@ cvt_( const T* src, size_t sstep, ...@@ -674,7 +674,7 @@ cvt_( const T* src, size_t sstep,
} }
//vz optimized template specialization, test Core_ConvertScale/ElemWiseTest //vz optimized template specialization, test Core_ConvertScale/ElemWiseTest
template<> static void template<> void
cvt_<float, short>( const float* src, size_t sstep, cvt_<float, short>( const float* src, size_t sstep,
short* dst, size_t dstep, Size size ) short* dst, size_t dstep, Size size )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment