]> 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 695f82d0fadc00756af6086bf1fc22b82eb017fd..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
@@ -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;
 };