Fix compilation

This commit is contained in:
Mael Rouxel-Labbé 2023-10-31 10:59:05 +01:00
parent 3879b13c0e
commit 4444fdf2d4
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public:
Point_set_oracle(const Base_GT& gt, Point_set_oracle(const Base_GT& gt,
const BaseOracle& base_oracle = BaseOracle()) const BaseOracle& base_oracle = BaseOracle())
: Point_set_oracle(gt, base_oracle) : Point_set_oracle(base_oracle, gt)
{ } { }
Point_set_oracle() Point_set_oracle()