Fix ostream link error.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1814 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
cba2e8ac3a
commit
3f3ffdedee
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue