fixed duplicated definition warning

pull/13383/head
Jose Luis Blanco 15 years ago
parent be189a4578
commit 5d3ad699a6
  1. 2
      modules/core/include/opencv2/core/internal.hpp

@ -294,7 +294,9 @@ CV_INLINE IppiSize ippiSize(int width, int height)
#define CV_BIG_UINT(n) n##ULL
#endif
#ifndef CV_IMPL
#define CV_IMPL CV_EXTERN_C
#endif
#define CV_DBG_BREAK() { volatile int* crashMe = 0; *crashMe = 0; }

Loading…
Cancel
Save