added const as in source

This commit is contained in:
Gulliver 2023-06-13 15:51:44 +02:00
parent fc14a3298e
commit 8da844970f
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class a : public crow::returnable
...
...
std::string dump() override
std::string dump() const override
{
return this.as_string();
}