From 7e8ded5fb1abe9053a88a3d498013fc95f689489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 14 Dec 2016 11:51:26 +0100 Subject: [PATCH] fix warning --- Filtered_kernel/include/CGAL/Filtered_predicate_with_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filtered_kernel/include/CGAL/Filtered_predicate_with_state.h b/Filtered_kernel/include/CGAL/Filtered_predicate_with_state.h index 4f652753aa7..684e2eea8db 100644 --- a/Filtered_kernel/include/CGAL/Filtered_predicate_with_state.h +++ b/Filtered_kernel/include/CGAL/Filtered_predicate_with_state.h @@ -38,9 +38,9 @@ class Filtered_predicate_with_state { C2E c2e; C2A c2a; + O1 o1; mutable boost::optional oep; AP ap; - O1 o1; typedef typename AP::result_type Ares; public: