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…
x
Reference in New Issue
Block a user