mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
added some finals
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
using namespace omath;
|
||||
|
||||
class UnitTestVector2 : public ::testing::Test
|
||||
class UnitTestVector2 final : public ::testing::Test
|
||||
{
|
||||
protected:
|
||||
Vector2 v1;
|
||||
|
||||
Reference in New Issue
Block a user