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 09f65b7e87d3191a6df4fe1d7dd07f986aede3f5..76b9a215c5bfb859d1282189a0b7d00981a85252 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();
 }