From aada5f78443d1879e8ea5a0087cf3c288deecd07 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Sun, 4 Aug 2013 22:34:36 +0400 Subject: [PATCH] Difference in method definition and declaration fixed (Bug #3189). --- modules/highgui/src/cap_msmf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/src/cap_msmf.cpp b/modules/highgui/src/cap_msmf.cpp index 09f65b7..76b9a21 100644 --- a/modules/highgui/src/cap_msmf.cpp +++ b/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(); } -- 2.7.4