remove extra typename

This commit is contained in:
Jane Tournois 2017-10-09 14:15:55 +02:00
parent 0bdb531eb9
commit dd43e97edb
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ Point_set_item_classification::Point_set_item_classification(Scene_points_with_n
for (int i = 0; i <= lmax; ++ i)
{
typename std::map<int, std::string>::iterator found
std::map<int, std::string>::iterator found
= label_names.find (i);
if (found != label_names.end())
m_labels.add(found->second.c_str());