1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

remove CV_EXPORT from templates

This commit is contained in:
Alexander Alekhin
2013-09-15 07:05:30 +04:00
parent f9c6123439
commit 0ee47502d9
3 changed files with 55 additions and 55 deletions
@@ -1017,7 +1017,7 @@ struct CV_EXPORTS Hamming
typedef Hamming HammingLUT;
template<int cellsize> struct CV_EXPORTS HammingMultilevel
template<int cellsize> struct HammingMultilevel
{
enum { normType = NORM_HAMMING + (cellsize>1) };
typedef unsigned char ValueType;