diff --git a/vcg/complex/base.h b/vcg/complex/base.h index 814a9c60..e39de040 100644 --- a/vcg/complex/base.h +++ b/vcg/complex/base.h @@ -255,6 +255,7 @@ class TriMesh // access function template ATTR_TYPE & operator [](const RefType & i){return (*_handle)[i];} + void resize(size_t size) { }; }; template