1
0
Fork 0

Patch from Julian Foad:

Remove redundant class scope qualifiers.  (Should not be used within
class definition.)
This commit is contained in:
david 2002-06-28 17:59:44 +00:00
parent cd59f77c40
commit 343fb01972

View file

@ -77,11 +77,11 @@ private:
public: public:
// Constructor // Constructor
FGExternalNet::FGExternalNet( double dt, FGExternalNet( double dt,
string host, int dop, int dip, int cp ); string host, int dop, int dip, int cp );
// Destructor // Destructor
FGExternalNet::~FGExternalNet(); ~FGExternalNet();
// Reset flight params to a specific position // Reset flight params to a specific position
void init(); void init();