removed finals

This commit is contained in:
2024-09-03 19:06:18 +03:00
parent f0f50220cf
commit 88aba16d82
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
using namespace omath;
class UnitTestVector2 final : public ::testing::Test
class UnitTestVector2 : public ::testing::Test
{
protected:
Vector2 v1;