Skip to content

Commit b933912

Browse files
committed
Add CV_EXPORTS to Reader class.
1 parent 616c25e commit b933912

File tree

1 file changed

+1
-1
lines changed
  • modules/photometric_calib/include/opencv2/photometric_calib

1 file changed

+1
-1
lines changed

modules/photometric_calib/include/opencv2/photometric_calib/Reader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace cv { namespace photometric_calib{
2525
* exposure duration is stored in std::vector<float> exposureTimes
2626
*/
2727

28-
class Reader
28+
class CV_EXPORTS Reader
2929
{
3030
public:
3131
/*!

0 commit comments

Comments
 (0)