Skip to content
Snippets Groups Projects
Commit 71a3fe56 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Compilation error on build server fixed.

parent e06b84d4
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ IFunctionalTest *StandardFitsFactory::createTest(const std::string &test_name)
bool StandardFitsFactory::isValidTest(const std::string &test_name)
{
typename CallbackMap_t::const_iterator it = m_callbacks.find(test_name);
CallbackMap_t::const_iterator it = m_callbacks.find(test_name);
if( it != m_callbacks.end() ) {
return true;
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment