mirror of https://github.com/CGAL/cgal
remove extra typename
This commit is contained in:
parent
0bdb531eb9
commit
dd43e97edb
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue