]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/KLN89/kln89_page_int.cxx
throw out "zoomed" tapes. These drew 60% of the scale with bullets rather
[flightgear.git] / src / Instrumentation / KLN89 / kln89_page_int.cxx
index e765cffc7ebda86a1a3267029db3a2552db062cb..ba7c7b6e5de2d85a75bb10cd73b0fab4fbe0e83b 100644 (file)
 //
 // 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$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "kln89_page_int.hxx"
 
 KLN89IntPage::KLN89IntPage(KLN89* parent) 
@@ -159,7 +163,7 @@ void KLN89IntPage::Update(double dt) {
        KLN89Page::Update(dt);
 }
 
-void KLN89IntPage::SetId(string s) {
+void KLN89IntPage::SetId(const string& s) {
        _last_int_id = _int_id;
        _save_int_id = _int_id;
        _int_id = s;