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:
|
||||
|
||||
// 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();
|
||||
|
|
Loading…
Add table
Reference in a new issue