1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Fixed some OpenCL interface bugs

This commit is contained in:
Dmitry Kurtaev
2017-08-09 11:54:55 +03:00
parent 87c27a074d
commit 41519d3ac0
2 changed files with 1 additions and 2 deletions
@@ -584,7 +584,6 @@ public:
Program();
Program(const ProgramSource& src,
const String& buildflags, String& errmsg);
explicit Program(const String& buf);
Program(const Program& prog);
Program& operator = (const Program& prog);