Fix ostream link error.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1814 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2014-09-03 18:45:12 +00:00
parent cba2e8ac3a
commit 3f3ffdedee
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class CefXmlObjectLoader {
} else { } else {
// Value following a child element is not allowed. // Value following a child element is not allowed.
std::stringstream ss; std::stringstream ss;
ss << L"Value following child element, line " << ss << "Value following child element, line " <<
reader->GetLineNumber(); reader->GetLineNumber();
load_error_ = ss.str(); load_error_ = ss.str();
ret = false; ret = false;