gapi: fix visibility conflict in OpenCV builds

pull/14670/head
Alexander Alekhin 6 years ago
parent 216988b0b1
commit 9f68376c91
  1. 2
      modules/gapi/include/opencv2/gapi/own/exports.hpp

@ -8,7 +8,7 @@
#ifndef OPENCV_GAPI_OWN_TYPES_HPP
#define OPENCV_GAPI_OWN_TYPES_HPP
# if 0
# if defined(__OPENCV_BUILD)
# include <opencv2/core/base.hpp>
# define GAPI_EXPORTS CV_EXPORTS

Loading…
Cancel
Save