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