From 456890e9e4915745e33d84b17fac6223c44185ed Mon Sep 17 00:00:00 2001 From: Vladislav Vinogradov Date: Wed, 15 Aug 2012 13:48:28 +0400 Subject: [PATCH] fixed warning C4512 --- modules/video/src/bgfg_gmg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video/src/bgfg_gmg.cpp b/modules/video/src/bgfg_gmg.cpp index 448f386bf..f2e52b593 100644 --- a/modules/video/src/bgfg_gmg.cpp +++ b/modules/video/src/bgfg_gmg.cpp @@ -197,7 +197,7 @@ namespace void operator() (const cv::Range& range) const; private: - const cv::Mat frame_; + cv::Mat frame_; mutable cv::Mat_ fgmask_;