]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/AV400.hxx
httpd: don't spam the console with debug messages
[flightgear.git] / src / Network / AV400.hxx
index 02c0fcb0d23c1a93964a0ef01f853d1d45e24c8b..cacfa2051d2339571aad837d42a8f233d9941bc5 100644 (file)
@@ -30,9 +30,7 @@
 #include <string>
 
 #include "protocol.hxx"
-
-using std::string;
-
+#include <FDM/flightProperties.hxx>
 
 class FGAV400 : public FGProtocol {
 
@@ -55,6 +53,8 @@ public:
 
     // close the channel
     bool close();
+    
+  FlightProperties fdm;
 };