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