]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/transponder.hxx
Fix a dumb bug in NavDisplay text-enable.
[flightgear.git] / src / Instrumentation / transponder.hxx
index 88a9dedec19cbe1d1e8a51ba97a4e8e013b95d0e..d41514e0849aee90f4712bd7768866872d9c9f6e 100644 (file)
@@ -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