Commit 81d6400f authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

fixed compilation under windows

parent 94f7c3c5
...@@ -442,7 +442,7 @@ CV_EXPORTS void PrintTo(const Size& sz, ::std::ostream* os); ...@@ -442,7 +442,7 @@ CV_EXPORTS void PrintTo(const Size& sz, ::std::ostream* os);
// SANITY_CHECK(c); // SANITY_CHECK(c);
// } // }
#define PERF_TEST_P(fixture, name, params) \ #define PERF_TEST_P(fixture, name, params) \
class fixture##_##name : public ::fixture {\ class fixture##_##name : public fixture {\
public:\ public:\
fixture##_##name() {}\ fixture##_##name() {}\
protected:\ protected:\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment