From 0b5e91875fd469ab6de6d9044cd18efa2ed1466c Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 28 Jan 2008 08:57:07 +0000 Subject: [PATCH] Fix compilation with g++-4.3. --- .../include/CGAL/Weighted_point_with_surface_index.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Surface_mesher/include/CGAL/Weighted_point_with_surface_index.h b/Surface_mesher/include/CGAL/Weighted_point_with_surface_index.h index 69847b8f899..9dbfcc45c50 100644 --- a/Surface_mesher/include/CGAL/Weighted_point_with_surface_index.h +++ b/Surface_mesher/include/CGAL/Weighted_point_with_surface_index.h @@ -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_with_surface_index : public Weighted_point { - typedef Point_traits Point_traits; + typedef CGAL::Point_traits Point_traits; typedef typename Point_traits::Bare_point Bare_point; typedef typename Kernel_traits::Kernel::FT FT;