mirror of https://github.com/CGAL/cgal
fix warning
This commit is contained in:
parent
0b1ee33a60
commit
7e8ded5fb1
|
|
@ -38,9 +38,9 @@ class Filtered_predicate_with_state
|
||||||
{
|
{
|
||||||
C2E c2e;
|
C2E c2e;
|
||||||
C2A c2a;
|
C2A c2a;
|
||||||
|
O1 o1;
|
||||||
mutable boost::optional<EP> oep;
|
mutable boost::optional<EP> oep;
|
||||||
AP ap;
|
AP ap;
|
||||||
O1 o1;
|
|
||||||
typedef typename AP::result_type Ares;
|
typedef typename AP::result_type Ares;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue