Commit e1c6564d authored by Suenghoon Park's avatar Suenghoon Park

fixed a typo in ocl.hpp

parent 13c44dd3
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
// //
//M*/ //M*/
#ifndef __OPENCV_GPU_HPP__ #ifndef __OPENCV_OCL_HPP__
#define __OPENCV_GPU_HPP__ #define __OPENCV_OCL_HPP__
#include <memory> #include <memory>
#include <vector> #include <vector>
...@@ -1762,4 +1762,4 @@ namespace cv ...@@ -1762,4 +1762,4 @@ namespace cv
#if _MSC_VER >= 1200 #if _MSC_VER >= 1200
#pragma warning( pop) #pragma warning( pop)
#endif #endif
#endif /* __OPENCV_GPU_HPP__ */ #endif /* __OPENCV_OCL_HPP__ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment