This commit is contained in:
Sébastien Loriot 2021-06-17 17:49:47 +02:00
parent fc40a2760f
commit a00340d232
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ public:
if(! inter){
return boost::none;
}
if(const Point* point = boost::get<Point>(&*inter)){
if(const Point* point = boost::get<Point>(&*inter)){
return boost::make_optional(variant_type(*point));
}
}