1
0
Fork 0

std namespace fix

This commit is contained in:
James Turner 2011-11-13 20:32:42 +00:00
parent 07a627680e
commit c14b3bc268

View file

@ -143,7 +143,7 @@ void YASim::init()
readXML(f.str(), *_fdm);
} catch (const sg_exception &e) {
SG_LOG(SG_GENERAL, SG_ALERT,
"Error reading YASim FDM: '" << f.str() << "'" << endl
"Error reading YASim FDM: '" << f.str() << "'" << std::endl
<< e.getFormattedMessage());
throw e;
}