Patch from Julian Foad:
Remove redundant class scope qualifiers. (Should not be used within class definition.)
This commit is contained in:
parent
cd59f77c40
commit
343fb01972
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue