diff --git a/src/OpenMesh/Core/Geometry/QuadricT.hh b/src/OpenMesh/Core/Geometry/QuadricT.hh index fdec0c9c..8d2943ae 100644 --- a/src/OpenMesh/Core/Geometry/QuadricT.hh +++ b/src/OpenMesh/Core/Geometry/QuadricT.hh @@ -218,7 +218,7 @@ public: template Scalar operator()(const _Vec& _v) const { - return evaluate(_v, GenProg::Int2Type<_Vec::size_>()); + return evaluate(_v, GenProg::Int2Type::size_>()); } Scalar a() const { return a_; }