From a9a336265d9308fdb7fe6dc9743de9d20c927aba Mon Sep 17 00:00:00 2001 From: deadprogram Date: Tue, 19 Sep 2017 12:31:15 +0200 Subject: [PATCH] Correct header conditional to match file name Signed-off-by: deadprogram --- videoio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/videoio.h b/videoio.h index ee959578..5f7628b2 100644 --- a/videoio.h +++ b/videoio.h @@ -1,5 +1,5 @@ -#ifndef _OPENCV3_VIDEOCAPTURE_H_ -#define _OPENCV3_VIDEOCAPTURE_H_ +#ifndef _OPENCV3_VIDEOIO_H_ +#define _OPENCV3_VIDEOIO_H_ #ifdef __cplusplus #include @@ -41,4 +41,4 @@ void VideoWriter_Write(VideoWriter vw, MatVec3b img); } #endif -#endif //_OPENCV3_VIDEOCAPTURE_H_ +#endif //_OPENCV3_VIDEOIO_H_