From: Vladislav Vinogradov Date: Tue, 21 Aug 2012 10:28:40 +0000 (+0400) Subject: fixed compilation under windows X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~4327^2~50^2~4^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81d6400f45796f701c4f01057ee8216af01fba56;p=platform%2Fupstream%2Fopencv.git fixed compilation under windows --- diff --git a/modules/ts/include/opencv2/ts/ts_perf.hpp b/modules/ts/include/opencv2/ts/ts_perf.hpp index d2a0b99..f730b2c 100644 --- a/modules/ts/include/opencv2/ts/ts_perf.hpp +++ b/modules/ts/include/opencv2/ts/ts_perf.hpp @@ -442,7 +442,7 @@ CV_EXPORTS void PrintTo(const Size& sz, ::std::ostream* os); // SANITY_CHECK(c); // } #define PERF_TEST_P(fixture, name, params) \ - class fixture##_##name : public ::fixture {\ + class fixture##_##name : public fixture {\ public:\ fixture##_##name() {}\ protected:\