mirror of https://github.com/CGAL/cgal
No need for static
This commit is contained in:
parent
8972c92a14
commit
f1a39ef43f
|
|
@ -922,7 +922,7 @@ protected:
|
|||
return Operator::get_name();
|
||||
}
|
||||
private:
|
||||
static Operator Op;
|
||||
Operator Op;
|
||||
};//AddSubRep class
|
||||
|
||||
template <class Operator>
|
||||
|
|
|
|||
Loading…
Reference in New Issue