mirror of https://github.com/CGAL/cgal
Remove the reference as the Side_of_plane constructor is called with a temporary
This commit is contained in:
parent
35c24ccb7e
commit
7b8c3ab4c3
|
|
@ -96,7 +96,7 @@ private:
|
|||
bool reference_counted;
|
||||
#endif
|
||||
int coord;
|
||||
const Point_3& pop;
|
||||
const Point_3 pop;
|
||||
};
|
||||
|
||||
template <class SNC_decorator>
|
||||
|
|
|
|||
Loading…
Reference in New Issue