]> git.mxchange.org Git - flightgear.git/commitdiff
Patch from Julian Foad:
authordavid <david>
Fri, 28 Jun 2002 17:59:44 +0000 (17:59 +0000)
committerdavid <david>
Fri, 28 Jun 2002 17:59:44 +0000 (17:59 +0000)
Remove redundant class scope qualifiers.  (Should not be used within
class definition.)

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();