mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
LibGfx: Mark Vector3 class final
This commit is contained in:
parent
0a557d65a0
commit
b0e5e78a01
Notes:
sideshowbarker
2024-07-18 18:33:10 +09:00
Author: https://github.com/sunverwerth
Commit: b0e5e78a01
Pull-request: https://github.com/SerenityOS/serenity/pull/6375
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/IdanHo
Reviewed-by: https://github.com/Quaker762
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/ccapitalK
Reviewed-by: https://github.com/gmta
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
namespace Gfx {
|
||||
template<typename T>
|
||||
class Vector3 {
|
||||
class Vector3 final {
|
||||
public:
|
||||
Vector3() = default;
|
||||
Vector3(T x, T y, T z)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue