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:
// Constructor
FGExternalNet::FGExternalNet( double dt,
FGExternalNet( double dt,
string host, int dop, int dip, int cp );
// Destructor
FGExternalNet::~FGExternalNet();
~FGExternalNet();
// Reset flight params to a specific position
void init();