mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 15:16:49 +02:00
make DynamicStruct::toString() const
This commit is contained in:
@@ -191,7 +191,7 @@ public:
|
|||||||
return keys;
|
return keys;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string toString()
|
std::string toString() const
|
||||||
{
|
{
|
||||||
std::string str;
|
std::string str;
|
||||||
Var(*this).convert<std::string>(str);
|
Var(*this).convert<std::string>(str);
|
||||||
|
Reference in New Issue
Block a user