From b2960231ca0c55bfd30b06ff2005c72b998c47c5 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Mon, 22 Sep 2008 13:40:53 +0000 Subject: [PATCH] corrected bug on PointBase class (thanks Oscar Barney) --- vcg/space/point.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/space/point.h b/vcg/space/point.h index 5e498ece..fb2f87a2 100644 --- a/vcg/space/point.h +++ b/vcg/space/point.h @@ -969,7 +969,7 @@ template struct PointBase : Point { PointBase() - :Point() + :Point() { } };