fixed a typo in ocl.hpp

This commit is contained in:
Suenghoon Park 2012-12-24 18:41:51 -05:00
parent 13c44dd318
commit e1c6564d5e

View File

@ -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
#if _MSC_VER >= 1200 #if _MSC_VER >= 1200
#pragma warning( pop) #pragma warning( pop)
#endif #endif
#endif /* __OPENCV_GPU_HPP__ */ #endif /* __OPENCV_OCL_HPP__ */