mirror of https://github.com/Icinga/icinga2.git
parent
51f473d08a
commit
a51bc4010a
|
@ -203,6 +203,6 @@ std::vector<String> Dictionary::GetKeys(void) const
|
||||||
String Dictionary::ToString(void) const
|
String Dictionary::ToString(void) const
|
||||||
{
|
{
|
||||||
std::ostringstream msgbuf;
|
std::ostringstream msgbuf;
|
||||||
ConfigWriter::EmitScope(msgbuf, 0, const_cast<Dictionary *>(this));
|
ConfigWriter::EmitScope(msgbuf, 1, const_cast<Dictionary *>(this));
|
||||||
return msgbuf.str();
|
return msgbuf.str();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue