Skip to content
Snippets Groups Projects
Commit a5a5a88d authored by Peter Parker's avatar Peter Parker
Browse files

Refs #1419 - Fix error.

parent 6039c89a
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ namespace
{
if(fileNames.size() == 1)
{
std::vector<std::vector<std::string>>::const_iterator first = fileNames.begin();
std::vector<std::vector<std::string> >::const_iterator first = fileNames.begin();
if(first->size() == 1)
return true;
}
......
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