Merge pull request #1220 from asmorkalov:msmf_sizet_fix

pull/1225/head
Andrey Pavlenko 11 years ago committed by OpenCV Buildbot
commit 6483754860
  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