]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/ADA.hxx
Fix a numeric_limits problem for older stdc++ libraries.
[flightgear.git] / src / FDM / ADA.hxx
index bef66d88b4d3d1c66f26c116d385b46c2e027d56..b3830c72a90d3895695bece386a812448ddc1bf7 100644 (file)
@@ -21,7 +21,7 @@
 #define _ADA_HXX
 
 
-#include <simgear/io/sg_socket.hxx>
+class SGSocket;
 
 #include <FDM/flight.hxx>
 
@@ -79,7 +79,7 @@ public:
     void init();
 
     // update position based on inputs, positions, velocities, etc.
-    void update(int dt);
+    void update(double dt);
 
 };