On Thu, 23 Jan 2003 07:53:59 +1100
 Bernie Bright <[EMAIL PROTECTED]> wrote:

Forward declarations must be in a namespace:

namespace JSBSim {
class FGState;
class FGAtmosphere;
class FGFCS;
class FGPropulsion;
class FGMassBalance;
class FGAerodynamics;
class FGInertial;
class FGAircraft;
class FGTranslation;
class FGRotation;
class FGPosition;
class FGAuxiliary;
class FGOutput;
class FGInitialCondition;
}

using namespace JSBSim;
...

Just updated my FlightGear JSBSim sources with namespace versions and am happy
to announce a clean compile.

Cheers,
Bernie
Good morning, and thanks. I'll update JSBSim later tonight (Texas time) and then recommend that JSBSim CVS be copied to current FlightGear devel CVS (if testing goes well). Tony, David: concur?

Jon

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

Reply via email to