Difference in method definition and declaration fixed (Bug #3189).

This commit is contained in:
Alexander Smorkalov 2013-08-04 22:34:36 +04:00
parent a2ff1b07b3
commit aada5f7844

View File

@ -2124,7 +2124,7 @@ long videoDevices::initDevices(IMFAttributes *pAttributes)
return hr;
}
size_t videoDevices::getCount()
unsigned int videoDevices::getCount()
{
return vds_Devices.size();
}