Some cleanup

This commit is contained in:
Leonetienne
2021-06-02 14:50:29 +02:00
parent 6bc30dd295
commit c5d9a0b871
12 changed files with 68 additions and 28 deletions

View File

@@ -51,3 +51,8 @@ std::string ListValue::GetAsOsString() const
return ss.str();
}
ListValue::operator std::vector<Value*>() const
{
return value;
}