mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix ostream link error.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1815 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user