diff --git a/vcg/simplex/face/pos.h b/vcg/simplex/face/pos.h index 4a9881e5..0f7dedc4 100644 --- a/vcg/simplex/face/pos.h +++ b/vcg/simplex/face/pos.h @@ -499,7 +499,7 @@ public: } void operator++(int) { - (*this)++; + ++(*this); } };