From e0ac10d2ed1a51224f777a3d10c06f1187a1118d Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 11 May 2010 07:05:42 +0000 Subject: [PATCH] Add 'using' statements for ansi compliance --- Apollonius_graph_2/include/CGAL/Hyperbola_segment_2.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Apollonius_graph_2/include/CGAL/Hyperbola_segment_2.h b/Apollonius_graph_2/include/CGAL/Hyperbola_segment_2.h index abc04d8bc57..93732c61edd 100644 --- a/Apollonius_graph_2/include/CGAL/Hyperbola_segment_2.h +++ b/Apollonius_graph_2/include/CGAL/Hyperbola_segment_2.h @@ -36,6 +36,9 @@ public: typedef typename Base::Segment_2 Segment_2; typedef typename Base::FT FT; + using Base::t; + using Base::f; + #if 0 typedef CGAL::Hyperbola_2 Base; typedef typename Base::Weighted_point Weighted_point;