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

Merge pull request #9338 from dkurt:fix_ocl

This commit is contained in:
Alexander Alekhin
2017-08-14 12:56:07 +00:00
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);