X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2FAV400Sim.hxx;h=9a4c45611db5183a3183a24af0b984b47d8c632a;hb=ff408dc540b0944061b0b88bdad93b5de17dbab9;hp=ea4493f68bf53998f3c7052fab98ffc470183c08;hpb=43c47f3823faa0829aada79d64a26c2960d2a1d2;p=flightgear.git diff --git a/src/Network/AV400Sim.hxx b/src/Network/AV400Sim.hxx index ea4493f68..9a4c45611 100644 --- a/src/Network/AV400Sim.hxx +++ b/src/Network/AV400Sim.hxx @@ -35,14 +35,14 @@ #include "protocol.hxx" -using std::string; - +class FlightProperties; class FGAV400Sim : public FGProtocol { char buf[ FG_MAX_MSG_SIZE ]; int length; - + FlightProperties* fdm; + public: FGAV400Sim();