mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
added const as in source
This commit is contained in:
parent
fc14a3298e
commit
8da844970f
@ -171,7 +171,7 @@ class a : public crow::returnable
|
||||
...
|
||||
...
|
||||
|
||||
std::string dump() override
|
||||
std::string dump() const override
|
||||
{
|
||||
return this.as_string();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user