fixed compilation error

This commit is contained in:
Vladislav Vinogradov 2011-10-31 06:43:00 +00:00
parent 09dd13d02e
commit daf50f8e0d

View File

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