mirror of https://github.com/CGAL/cgal
make filtered kernel types public
This commit is contained in:
parent
18ff65ee10
commit
d03cbd22c5
|
|
@ -34,6 +34,7 @@ template <typename K_, typename Off_>
|
|||
class Periodic_3_regular_triangulation_filtered_traits_base_3
|
||||
: public Periodic_3_regular_triangulation_traits_base_3<K_, Off_>
|
||||
{
|
||||
public:
|
||||
typedef Periodic_3_regular_triangulation_traits_base_3<K_, Off_> Base;
|
||||
typedef K_ Kernel;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue