mirror of https://github.com/CGAL/cgal
Fix a pedantic error
This commit is contained in:
parent
1391e2760e
commit
81e53df5f1
|
|
@ -53,7 +53,7 @@ struct Indicator_factory
|
||||||
{
|
{
|
||||||
const T label;
|
const T label;
|
||||||
public:
|
public:
|
||||||
Indicator(T i) : label(i) {};
|
Indicator(T i) : label(i) {}
|
||||||
|
|
||||||
double operator()(T x) const
|
double operator()(T x) const
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue