]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/KLN89/kln89_page_int.hxx
Merge branch 'maint2' into next
[flightgear.git] / src / Instrumentation / KLN89 / kln89_page_int.hxx
index f8b8dc7a28eb3dd466a619347270500f058607ba..2b990225f9ad021f32f9a55e946f088cad450b51 100644 (file)
@@ -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$
 
@@ -26,6 +26,8 @@
 
 #include "kln89.hxx"
 
+class FGFix;
+
 class KLN89IntPage : public KLN89Page {
 
 public:
@@ -40,7 +42,7 @@ public:
        void Knob2Left1();
        void Knob2Right1();
        
-       void SetId(string s);
+       void SetId(const string& s);
        
 private:
        string _int_id;