]> git.mxchange.org Git - simgear.git/blobdiff - simgear/route/waypoint.cxx
Rotate the scenery tiles so that the horizont is axis aligned.
[simgear.git] / simgear / route / waypoint.cxx
index 47487f0b72e7e601142a6aaad2f956edc2b8ffe5..b56b25ba51609e929cbe927f4dddc722c144aa2b 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.
 //
 // $Id$
 
@@ -32,7 +32,7 @@
 
 // Constructor
 SGWayPoint::SGWayPoint( const double lon, const double lat, const double alt,
-                       const modetype m, const string s, const string n ) {
+                       const modetype m, const string& s, const string& n ) {
     target_lon = lon;
     target_lat = lat;
     target_alt = alt;