diff --git a/modules/ts/include/opencv2/ts/ts_perf.hpp b/modules/ts/include/opencv2/ts/ts_perf.hpp index d2a0b996e..f730b2ce7 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:\