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