Add using statements for ansi-compliance

This commit is contained in:
Andreas Fabri 2010-05-18 07:07:02 +00:00
parent cadb6a589a
commit 7c2084aac1
1 changed files with 4 additions and 0 deletions

View File

@ -2762,6 +2762,10 @@ protected:
// For some reason compilation under Windows fails without the qualifier
typedef CGAL::Arr_extended_direction_3<Kernel> Arr_extended_direction_3;
using Base::x_sign;
using Base::y_sign;
using Base::z_sign;
/*! Indicates whether the arc is x-monotone */
bool m_is_x_monotone;