]> 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 5af40b5b80a4a03cf365d2952fde6430ca3b872a..df211284f166febbfd30df3f9f05076166e548fa 100644 (file)
 #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: