mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-21 14:40:49 +01: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:
parent
fde46734f1
commit
f693c4a6d2
@ -59,7 +59,7 @@ class CefXmlObjectLoader {
|
||||
} else {
|
||||
// Value following a child element is not allowed.
|
||||
std::stringstream ss;
|
||||
ss << L"Value following child element, line " <<
|
||||
ss << "Value following child element, line " <<
|
||||
reader->GetLineNumber();
|
||||
load_error_ = ss.str();
|
||||
ret = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user