fixed compilation under windows

pull/14/merge
Vladislav Vinogradov 12 years ago
parent 94f7c3c592
commit 81d6400f45
  1. 2
      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:\

Loading…
Cancel
Save