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

pull/1220/head
Alexander Smorkalov 12 years ago
parent a2ff1b07b3
commit aada5f7844
  1. 2
      modules/highgui/src/cap_msmf.cpp

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

Loading…
Cancel
Save