Commit 64837548 authored by Andrey Pavlenko's avatar Andrey Pavlenko Committed by OpenCV Buildbot

Merge pull request #1220 from asmorkalov:msmf_sizet_fix

parents af8a03e1 aada5f78
...@@ -2124,7 +2124,7 @@ long videoDevices::initDevices(IMFAttributes *pAttributes) ...@@ -2124,7 +2124,7 @@ long videoDevices::initDevices(IMFAttributes *pAttributes)
return hr; return hr;
} }
size_t videoDevices::getCount() unsigned int videoDevices::getCount()
{ {
return vds_Devices.size(); 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