mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 05:29:41 +01:00
Make indentation work in toString
This commit is contained in:
@@ -72,7 +72,7 @@ struct ElementTraits<Array::Ptr>
|
||||
static std::string toString(const Array::Ptr& value, int indent = 0)
|
||||
{
|
||||
//TODO:
|
||||
return value.isNull() ? "null" : value->toString();
|
||||
return value.isNull() ? "null" : value->toString(indent);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user