Merge pull request #8211 from csukuangfj:csukuangfj-patch-3

pull/8170/merge
Alexander Alekhin 8 years ago
commit bc8a91ed83
  1. 2
      modules/core/src/ocl.cpp

@ -5528,7 +5528,7 @@ struct PlatformInfo::Impl
getDevices(devices, handle);
}
String getStrProp(cl_device_info prop) const
String getStrProp(cl_platform_info prop) const
{
char buf[1024];
size_t sz=0;

Loading…
Cancel
Save