Removed some extraneous spaces that crept in some how.
This commit is contained in:
parent
a677ddac5d
commit
3a0f56a6e6
1 changed files with 1 additions and 2 deletions
|
@ -77,8 +77,7 @@ private:
|
||||||
public:
|
public:
|
||||||
|
|
||||||
// Constructor
|
// Constructor
|
||||||
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();
|
||||||
|
|
Loading…
Reference in a new issue