X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Ftransponder.hxx;h=d41514e0849aee90f4712bd7768866872d9c9f6e;hb=fe0a703a192a37b96aa4f6048c8e542c24671705;hp=765edb4315b52ace449d6f8a8d860bfc4dae9a2d;hpb=c9813d1b5d79b4aad13c263690a0223086af25ac;p=flightgear.git diff --git a/src/Instrumentation/transponder.hxx b/src/Instrumentation/transponder.hxx index 765edb431..d41514e08 100644 --- a/src/Instrumentation/transponder.hxx +++ b/src/Instrumentation/transponder.hxx @@ -50,9 +50,9 @@ private: SGPropertyNode_ptr flightLevelNode; // Internal - string name; - int num; - string encoder; + std::string _name; + int _num; + std::string _mode_c_altitude; }; #endif // TRANSPONDER_HXX