]> git.mxchange.org Git - simgear.git/blobdiff - simgear/route/waypoint.hxx
Modified Files:
[simgear.git] / simgear / route / waypoint.hxx
index 2d995a3d0370b2e43e8006cee10f8fb9aeb36b80..9c93314f3e7fd479a1f1f4c415ba617f9a4e6ab3 100644 (file)
@@ -91,7 +91,7 @@ public:
      */
     SGWayPoint( const double lon = 0.0, const double lat = 0.0,
                const double alt = 0.0, const modetype m = WGS84,
-               const string s = "", const string n = "" );
+               const string& s = "", const string& n = "" );
 
     /** Destructor */
     ~SGWayPoint();