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() { } };