fixed another cerror

This commit is contained in:
Jonas Zeunert
2019-04-30 12:38:30 +02:00
parent c657143e26
commit 97f4e0fb7f
2 changed files with 28 additions and 28 deletions

View File

@@ -163,8 +163,8 @@ void OutputRequestHandler::parseDisplay(const std::string& item_name, const std:
try
{
//TODO not compiling
// unsigned int score = std::stoi(score);
// display->write_score(score);
unsigned int numerical_score = std::stoi(score);
display->write_score(numerical_score);
}
catch(std::invalid_argument &e)
{