bugfix
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
detail::Display::write_score(score, 8);
|
||||
}
|
||||
|
||||
void write_content(std::string content) override
|
||||
void write_content(std::string & content) override
|
||||
{
|
||||
detail::Display::write_content(content, 8);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user