Today i updated my flightgear cvs directory and tried to rebuilt it.

But there was still this bug in FGEninge.cpp: 

FGEngine.cpp:71: no matching function for call to
`basic_string<char, string_char_traits<char>,
__default_alloc_template<true, 0> >::clear ()'



Could someone with cvs access fix this and change in file 
../src/FDM/JSBSim/FGEngine.cpp  

in line 71 this:

Name.clear();

into this:

Name = "";

So that the compilation works.

Thanks.


Best Regards,
 Oliver C.





_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to