diff --git a/include/omath/Triangle3d.hpp b/include/omath/Triangle3d.hpp index 5f6df62..f755ebf 100644 --- a/include/omath/Triangle3d.hpp +++ b/include/omath/Triangle3d.hpp @@ -6,7 +6,7 @@ namespace omath { - class Triangle3d + class Triangle3d final { public: Triangle3d(const Vector3& vertex1, const Vector3& vertex2, const Vector3& vertex3);