diff --git a/vcg/simplex/face/pos.h b/vcg/simplex/face/pos.h index c1721a4d..b1b4f0de 100644 --- a/vcg/simplex/face/pos.h +++ b/vcg/simplex/face/pos.h @@ -199,6 +199,7 @@ public: { for(int i = 0; i < f->VN(); ++i) if(v==f->V(i)) return i; assert(0); + return -1; }