mirror of https://github.com/CGAL/cgal
Fixed namespace
This commit is contained in:
parent
68c8b797a6
commit
49789ef3bb
|
|
@ -88,7 +88,7 @@ private:
|
||||||
|
|
||||||
template <typename V, typename G>
|
template <typename V, typename G>
|
||||||
struct Gradient_function
|
struct Gradient_function
|
||||||
: public CGAL::iterator<std::output_iterator_tag, void, void, void, void>
|
: public CGAL::cpp98::iterator<std::output_iterator_tag, void, void, void, void>
|
||||||
{
|
{
|
||||||
|
|
||||||
typedef V argument_type;
|
typedef V argument_type;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue