LibGfx: Mark Vector3 class final

This commit is contained in:
Stephan Unverwerth 2021-04-18 15:29:44 +02:00 committed by Andreas Kling
commit b0e5e78a01
Notes: sideshowbarker 2024-07-18 18:33:10 +09:00

View file

@ -10,7 +10,7 @@
namespace Gfx { namespace Gfx {
template<typename T> template<typename T>
class Vector3 { class Vector3 final {
public: public:
Vector3() = default; Vector3() = default;
Vector3(T x, T y, T z) Vector3(T x, T y, T z)