Skip to content
Snippets Groups Projects
Verified Commit 2a8ad0cb authored by Mohcine Chraibi's avatar Mohcine Chraibi
Browse files

missing ;

parent 1e9e46fb
No related branches found
No related tags found
No related merge requests found
......@@ -1118,7 +1118,7 @@ QString SaxParser::extractGeometryFilenameTXT(QString &filename)
{
if(line.split(":")[0] == "#geometry")
{
extracted_geo_name = line.split(":")[1]
extracted_geo_name = line.split(":")[1];
}
}
}// while
......
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