Difference in method definition and declaration fixed (Bug #3189).
authorAlexander Smorkalov <alexander.smorkalov@itseez.com>
Sun, 4 Aug 2013 18:34:36 +0000 (22:34 +0400)
committerAlexander Smorkalov <alexander.smorkalov@itseez.com>
Sun, 4 Aug 2013 18:34:36 +0000 (22:34 +0400)
modules/highgui/src/cap_msmf.cpp

index 09f65b7..76b9a21 100644 (file)
@@ -2124,7 +2124,7 @@ long videoDevices::initDevices(IMFAttributes *pAttributes)
     return hr;
 }
 
-size_t videoDevices::getCount()
+unsigned int videoDevices::getCount()
 {
     return vds_Devices.size();
 }