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