Skip to content

Commit bc8a91e

Browse files
committed
Merge pull request opencv#8211 from csukuangfj:csukuangfj-patch-3
2 parents bb8be52 + 5e4dfb9 commit bc8a91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/ocl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5528,7 +5528,7 @@ struct PlatformInfo::Impl
55285528
getDevices(devices, handle);
55295529
}
55305530

5531-
String getStrProp(cl_device_info prop) const
5531+
String getStrProp(cl_platform_info prop) const
55325532
{
55335533
char buf[1024];
55345534
size_t sz=0;

0 commit comments

Comments
 (0)