mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 04:12:52 +08:00
Difference in method definition and declaration fixed (Bug #3189).
This commit is contained in:
parent
a2ff1b07b3
commit
aada5f7844
@ -2124,7 +2124,7 @@ long videoDevices::initDevices(IMFAttributes *pAttributes)
|
||||
return hr;
|
||||
}
|
||||
|
||||
size_t videoDevices::getCount()
|
||||
unsigned int videoDevices::getCount()
|
||||
{
|
||||
return vds_Devices.size();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user