mirror of https://github.com/CGAL/cgal
Fix missing typename
This commit is contained in:
parent
2fa19c2818
commit
0da0b71980
|
|
@ -75,7 +75,7 @@ public:
|
||||||
/*!
|
/*!
|
||||||
\brief self typedef for convenience
|
\brief self typedef for convenience
|
||||||
*/
|
*/
|
||||||
typedef Orthtree<Traits, PointRange, PointMap>::Node Self;
|
typedef typename Orthtree<Traits, PointRange, PointMap>::Node Self;
|
||||||
|
|
||||||
|
|
||||||
/// \cond SKIP_IN_MANUAL
|
/// \cond SKIP_IN_MANUAL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue