fixed compilation error

pull/13383/head
Vladislav Vinogradov 14 years ago
parent 09dd13d02e
commit daf50f8e0d
  1. 2
      modules/gpu/test/nvidia/main_nvidia.cpp

@ -283,7 +283,7 @@ void generateHaarApplicationTests(NCVAutoTestLister &testLister, NCVTestSourcePr
}
}
static void devNullOutput(const char *msg)
static void devNullOutput(const std::string& msg)
{
}

Loading…
Cancel
Save