X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fatlas.hxx;h=f73a14d7d56a75f157402192e055412ac15a7961;hb=5f2fff4ec45a0c20bca076d5b09c433370288f4d;hp=c91355afd6e7cff3bb2776e2872264b228774559;hpb=667e64e1ebc86a0c53112b92b53475898f315c36;p=flightgear.git diff --git a/src/Network/atlas.hxx b/src/Network/atlas.hxx index c91355afd..f73a14d7d 100644 --- a/src/Network/atlas.hxx +++ b/src/Network/atlas.hxx @@ -31,14 +31,14 @@ #include "protocol.hxx" -using std::string; - +class FlightProperties; class FGAtlas : public FGProtocol { char buf[ FG_MAX_MSG_SIZE ]; int length; - + FlightProperties* fdm; + public: FGAtlas();