X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Ftransponder.hxx;h=d41514e0849aee90f4712bd7768866872d9c9f6e;hb=fe0a703a192a37b96aa4f6048c8e542c24671705;hp=88a9dedec19cbe1d1e8a51ba97a4e8e013b95d0e;hpb=ba7fd477406904fe9b03e60b0e7ab84c84559be0;p=flightgear.git diff --git a/src/Instrumentation/transponder.hxx b/src/Instrumentation/transponder.hxx index 88a9dedec..d41514e08 100644 --- a/src/Instrumentation/transponder.hxx +++ b/src/Instrumentation/transponder.hxx @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #ifndef TRANSPONDER_HXX #define TRANSPONDER_HXX 1 @@ -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