name corrected
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
|
||||
std::string get_name() const override
|
||||
{
|
||||
return "EightDigitDisplay " + name;
|
||||
return name;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
@@ -40,7 +40,7 @@ public:
|
||||
|
||||
std::string get_name() const override
|
||||
{
|
||||
return "EightDigitDisplay " + name;
|
||||
return name;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user