]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/ExternalNet.hxx
JSBSim updates. This update changes the file format, so an update of the base
[flightgear.git] / src / FDM / ExternalNet.hxx
index 2901ca0f927d3fc4581155b7a8014078bfce8b6c..08c07f3f0d82d8b4667d8f128e21486763b5e582 100644 (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();