From ad95a30be6aa54d6f70ddc9598c02d0f14f8d6e6 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Fri, 9 Jul 2004 10:16:42 +0000 Subject: [PATCH] minor changes --- vcg/simplex/tetrahedron/pos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/simplex/tetrahedron/pos.h b/vcg/simplex/tetrahedron/pos.h index 14f9dfc0..6b5ce96a 100644 --- a/vcg/simplex/tetrahedron/pos.h +++ b/vcg/simplex/tetrahedron/pos.h @@ -144,7 +144,7 @@ public: } /// Return the tetrahedron stored in the half edge - inline const TetraType* & T() const + inline TetraType* const & T() const { return _t; }