X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fnmea.hxx;h=38a266e7e6e7227a1735ca7444d671cc9e05334d;hb=d5b70e98e0673f27a127aae58bd26bdfe4730825;hp=0549b70145f5ce05bd8b033a33b4ad5282b38d5a;hpb=667e64e1ebc86a0c53112b92b53475898f315c36;p=flightgear.git diff --git a/src/Network/nmea.hxx b/src/Network/nmea.hxx index 0549b7014..38a266e7e 100644 --- a/src/Network/nmea.hxx +++ b/src/Network/nmea.hxx @@ -31,14 +31,13 @@ #include "protocol.hxx" -using std::string; - +class FlightProperties; class FGNMEA : public FGProtocol { char buf[ FG_MAX_MSG_SIZE ]; int length; - + FlightProperties* fdm; public: FGNMEA();