diff --git a/include/omath/projection/camera.hpp b/include/omath/projection/camera.hpp index b56879e..816d47f 100644 --- a/include/omath/projection/camera.hpp +++ b/include/omath/projection/camera.hpp @@ -27,7 +27,7 @@ namespace omath::projection using FieldOfView = Angle; template - class Camera + class Camera final { public: virtual ~Camera() = default;