X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Froute%2Fwaypoint.hxx;h=f9835977c9b15d20a6c4cd0122708f31beee4473;hb=78411d29a7fdd606e50a81d03d6e8a08dcb15828;hp=aa6d8ed472ac6713f400f8df5af926fdfd763cec;hpb=e2b4c0787a4398199ef2d35e05963acd58b7a04c;p=simgear.git diff --git a/simgear/route/waypoint.hxx b/simgear/route/waypoint.hxx index aa6d8ed4..f9835977 100644 --- a/simgear/route/waypoint.hxx +++ b/simgear/route/waypoint.hxx @@ -79,9 +79,6 @@ private: public: - /** Default constructor */ - SGWayPoint(); - /** * Construct a waypoint * @param lon destination longitude @@ -90,8 +87,9 @@ public: * @param mode type of coordinates/math to use * @param s waypoint identifier */ - SGWayPoint( const double lon, const double lat, const double alt, - const modetype m = WGS84, const string s = "" ); + SGWayPoint( const double lon = 0.0, const double lat = 0.0, + const double alt = 0.0, const modetype m = WGS84, + const string s = "" ); /** Destructor */ ~SGWayPoint();