mirror of https://github.com/CGAL/cgal
parent
631a60ea85
commit
2c6b6a9ee9
|
|
@ -2152,7 +2152,7 @@ private: //--------------------------------------------------- property handling
|
||||||
template<class I, class T>
|
template<class I, class T>
|
||||||
std::pair<Property_map<I, T>, bool>
|
std::pair<Property_map<I, T>, bool>
|
||||||
add_property_map(const std::string& name, const T t=T()) {
|
add_property_map(const std::string& name, const T t=T()) {
|
||||||
return Property_selector<I>(this)().add<T>(name, t);
|
return Property_selector<I>(this)().template add<T>(name, t);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue