Fix compiling stgmerge.cxx in C++11 mode.
This commit is contained in:
parent
47042b03f4
commit
c505fbad5c
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ int processSTG(osg::ref_ptr<simgear::SGReaderWriterOptions> options,
|
|||
ss >> index;
|
||||
if (ss.fail()) {
|
||||
SG_LOG(SG_TERRAIN, SG_ALERT,
|
||||
"Unable to determine bucket from STG filename " << ss);
|
||||
"Unable to determine bucket from STG filename " << ss.rdbuf());
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue