]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/atlas.hxx
Fix crash on exit when FGCom is not being used.
[flightgear.git] / src / Network / atlas.hxx
index 9abb3c9c782e6805af3b8a9407937e9043ac429f..df211284f166febbfd30df3f9f05076166e548fa 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
 #include "protocol.hxx"
+#include <simgear/props/props.hxx>
 
-SG_USING_STD(string);
-
+class FlightProperties;
 
 class FGAtlas : public FGProtocol {
 
     char buf[ FG_MAX_MSG_SIZE ];
     int length;
+    FlightProperties* fdm;
+    SGPropertyNode_ptr _adf_freq, _nav1_freq,_nav1_sel_radial, _nav2_freq, _nav2_sel_radial;
 
 public: