From fcc4a3bcb5a71a459c7336fdc625e72c19a5801a Mon Sep 17 00:00:00 2001 From: korialis Date: Thu, 2 Dec 2021 10:42:01 +0100 Subject: [PATCH] fix namespace --- wrap/io_tetramesh/import_ply.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/io_tetramesh/import_ply.h b/wrap/io_tetramesh/import_ply.h index 40fe4fc2..a5a8c489 100644 --- a/wrap/io_tetramesh/import_ply.h +++ b/wrap/io_tetramesh/import_ply.h @@ -363,7 +363,7 @@ public: { int j; int k; - TetraIterator ti = Allocator::AddTetras(m, n); + TetraIterator ti = vcg::tri::Allocator::AddTetras(m, n); pf.SetCurElement(i); for(j=0;j