]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/KLN89/kln89_page_vor.hxx
comment out unused variables and function and properly initialize variables
[flightgear.git] / src / Instrumentation / KLN89 / kln89_page_vor.hxx
index c73ded848fe14c47f1e496d76e6e46644a04d6ea..4ce12be292e3078360dbfe5836fec89cfa59b9ec 100644 (file)
@@ -3,7 +3,7 @@
 //
 // Written by David Luff, started 2005.
 //
-// Copyright (C) 2005 - David C Luff - david.luff@nottingham.ac.uk
+// Copyright (C) 2005 - David C Luff - daveluff AT ntlworld.com
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -17,7 +17,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.
 //
 // $Id$
 
@@ -40,12 +40,12 @@ public:
        void Knob2Left1();
        void Knob2Right1();
        
-       void SetId(const string& s);
+       void SetId(const std::string& s);
        
 private:
-       string _vor_id;
-       string _last_vor_id;
-       string _save_vor_id;
+       std::string _vor_id;
+       std::string _last_vor_id;
+       std::string _save_vor_id;
        FGNavRecord* np;
 };