Tony Peden wrote:
> --- David Megginson <[EMAIL PROTECTED]> wrote:
>
>>Tony Peden has been working quietly for the last
>>couple of weeks
>>incorporating the property manager into JSBSim
>>itself. He checked the
>>results into CVS this morning, and they are very
>>impressive: in
>>FlightGear (using JSBSim, of course) open the
>>property browser and
>>look under /fdm/jsbsim for an enormous amount of
>>information about
>>what's going on inside JSBSim.
>>
>
> Thanks, David, and thanks again for catching my error
> with FGPropertyManager.h.
Could you both remove "FGPropertyManager::" from the class declaration
in FGPropertyManager.h please. MipsPro won't allow it:
e.g.
class FGPropertyManager:public SGPropertyNode {
public:
FGPropertyManager::FGPropertyManager(void) {
}
becomes:
class FGPropertyManager:public SGPropertyNode {
public:
FGPropertyManager(void) {
}
Erik
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel