fixed compilation under windows
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Tue, 21 Aug 2012 10:28:40 +0000 (14:28 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Tue, 21 Aug 2012 10:28:40 +0000 (14:28 +0400)
modules/ts/include/opencv2/ts/ts_perf.hpp

index d2a0b99..f730b2c 100644 (file)
@@ -442,7 +442,7 @@ CV_EXPORTS void PrintTo(const Size& sz, ::std::ostream* os);
 //     SANITY_CHECK(c);\r
 //   }\r
 #define PERF_TEST_P(fixture, name, params)  \\r
-    class fixture##_##name : public ::fixture {\\r
+    class fixture##_##name : public fixture {\\r
      public:\\r
       fixture##_##name() {}\\r
      protected:\\r