Skip to content

Commit

Permalink
Correct header conditional to match file name
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Sep 19, 2017
1 parent 0a3e579 commit a9a3362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions videoio.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef _OPENCV3_VIDEOCAPTURE_H_
#define _OPENCV3_VIDEOCAPTURE_H_
#ifndef _OPENCV3_VIDEOIO_H_
#define _OPENCV3_VIDEOIO_H_

#ifdef __cplusplus
#include <opencv2/opencv.hpp>
Expand Down Expand Up @@ -41,4 +41,4 @@ void VideoWriter_Write(VideoWriter vw, MatVec3b img);
}
#endif

#endif //_OPENCV3_VIDEOCAPTURE_H_
#endif //_OPENCV3_VIDEOIO_H_

0 comments on commit a9a3362

Please sign in to comment.