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

This commit is contained in:
Alexander Alekhin 2017-02-16 08:57:44 +00:00
commit bc8a91ed83

View File

@ -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;