On Fri, 20 Feb 2004 09:08:26 -0800 (PST)
 Gopal Mor <[EMAIL PROTECTED]> wrote:

The error messages obtained during compilation are as
follow

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


I think I have seen this one before, too. It's this line:

Name.clear();

Change it to this:

Name = "";

It's been the former way for five months, so it's strange to see it causing a problem, now.

Jon

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

Reply via email to