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:
@@ -7,7 +7,7 @@
|
||||
|
||||
using namespace omath;
|
||||
|
||||
class UnitTestColor : public ::testing::Test
|
||||
class UnitTestColor final : public ::testing::Test
|
||||
{
|
||||
protected:
|
||||
Color color1;
|
||||
|
||||
Reference in New Issue
Block a user