diff options
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/xml/document/xml-document-decl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/xml/document/xml-document-decl.h b/library/cpp/xml/document/xml-document-decl.h index bfda1fb7e6..6719be54a7 100644 --- a/library/cpp/xml/document/xml-document-decl.h +++ b/library/cpp/xml/document/xml-document-decl.h @@ -58,7 +58,7 @@ namespace NXml { TString ToString(TZtStringBuf enc = "", bool shouldFormat = true) const { TStringStream s; - Save(s, enc, shouldFormat); + Save(s, enc, shouldFormat); return s.Str(); } |