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 {
template<typename T>
class Vector3 {
class Vector3 final {
public:
Vector3() = default;
Vector3(T x, T y, T z)