fixed compilation under windows

This commit is contained in:
Vladislav Vinogradov 2012-08-21 14:28:40 +04:00
parent 94f7c3c592
commit 81d6400f45

View File

@ -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:\