From 4124fe8d97538e52cbaf8129b4384de4b17191cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 13 Jun 2013 15:28:30 +0200 Subject: [PATCH] use lower case for a variable --- Intersections_3/test/Intersections_3/call_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Intersections_3/test/Intersections_3/call_test.cpp b/Intersections_3/test/Intersections_3/call_test.cpp index 0e171600052..303078d0076 100644 --- a/Intersections_3/test/Intersections_3/call_test.cpp +++ b/Intersections_3/test/Intersections_3/call_test.cpp @@ -57,8 +57,8 @@ void call_do_intersect_with_kernel(const A& a, const B& b, const K&) { int main() { - CGAL::Interval_nt_advanced::Protector P; - CGAL_USE(P); + CGAL::Interval_nt_advanced::Protector p; + CGAL_USE(p); try { call_intersection_global(S(), S()); call_intersection_global(S(), L());