Remove the reference as the Side_of_plane constructor is called with a temporary

This commit is contained in:
Andreas Fabri 2021-12-09 18:11:56 +00:00
parent 35c24ccb7e
commit 7b8c3ab4c3
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ private:
bool reference_counted;
#endif
int coord;
const Point_3& pop;
const Point_3 pop;
};
template <class SNC_decorator>