diff --git a/vcg/simplex/face/component_polygon.h b/vcg/simplex/face/component_polygon.h index b54966be..b62b481c 100644 --- a/vcg/simplex/face/component_polygon.h +++ b/vcg/simplex/face/component_polygon.h @@ -162,7 +162,7 @@ public: char &VFi(const int j){static char z=0; assert(0); return z;}; char &FFi(const int j){static char z=0; assert(0); return z;}; const char &cVFi(const int j){static char z=0; return z;}; - const char &cFFi(const int j){static char z=0; return z;}; + const char &cFFi(const int j) const {static char z=0; return z;}; template void ImportLocal(const LeftF & leftF){ T::ImportLocal(leftF);} void Alloc(const int & ns){T::Alloc(ns);}