]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/AV400.hxx
NavDisplay - custom symbol support enabled.
[flightgear.git] / src / Network / AV400.hxx
index 2256c6854a223352b1a94e9baaa28d6e114f7151..cacfa2051d2339571aad837d42a8f233d9941bc5 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
 #include "protocol.hxx"
-
-SG_USING_STD(string);
-
+#include <FDM/flightProperties.hxx>
 
 class FGAV400 : public FGProtocol {
 
@@ -55,6 +53,8 @@ public:
 
     // close the channel
     bool close();
+    
+  FlightProperties fdm;
 };