mirror of https://github.com/CGAL/cgal
Fix compilation
This commit is contained in:
parent
3879b13c0e
commit
4444fdf2d4
|
|
@ -89,7 +89,7 @@ public:
|
|||
|
||||
Point_set_oracle(const Base_GT& gt,
|
||||
const BaseOracle& base_oracle = BaseOracle())
|
||||
: Point_set_oracle(gt, base_oracle)
|
||||
: Point_set_oracle(base_oracle, gt)
|
||||
{ }
|
||||
|
||||
Point_set_oracle()
|
||||
|
|
|
|||
Loading…
Reference in New Issue