1
0
Fork 0

Fix compiling stgmerge.cxx in C++11 mode.

This commit is contained in:
Saikrishna Arcot 2016-12-03 08:13:39 -08:00
parent 47042b03f4
commit c505fbad5c
No known key found for this signature in database
GPG key ID: 8216AAC71778097B

View file

@ -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;
}