Commit aada5f78 authored by Alexander Smorkalov's avatar Alexander Smorkalov

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

parent a2ff1b07
......@@ -2124,7 +2124,7 @@ long videoDevices::initDevices(IMFAttributes *pAttributes)
return hr;
}
size_t videoDevices::getCount()
unsigned int videoDevices::getCount()
{
return vds_Devices.size();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment