Fix compilation with g++-4.3.

This commit is contained in:
Laurent Rineau 2008-01-28 08:57:07 +00:00
parent 8cdf1983b6
commit 0b5e91875f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// Copyright (c) 2005-2006 INRIA Sophia-Antipolis (France).
// Copyright (c) 2005-2007 INRIA Sophia-Antipolis (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you may redistribute it under
@ -32,7 +32,7 @@ namespace CGAL {
template <class Weighted_point>
class Weighted_point_with_surface_index : public Weighted_point
{
typedef Point_traits<Weighted_point> Point_traits;
typedef CGAL::Point_traits<Weighted_point> Point_traits;
typedef typename Point_traits::Bare_point Bare_point;
typedef typename Kernel_traits<Bare_point>::Kernel::FT FT;