Merge pull request #13243 from etienne02:3.4

pull/13263/head
Alexander Alekhin 7 years ago
commit dc80f9d0fb
  1. 2
      modules/core/include/opencv2/core/types_c.h

@ -364,7 +364,7 @@ IplImage;
CV_INLINE IplImage cvIplImage()
{
#if !defined(CV__ENABLE_C_API_CTORS)
#if !(defined(CV__ENABLE_C_API_CTORS) && defined(__cplusplus))
IplImage self = CV_STRUCT_INITIALIZER; self.nSize = sizeof(IplImage); return self;
#else
return _IplImage();

Loading…
Cancel
Save