]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/waypoint.hxx
Reduce severity of a failure to create a marker beacon due to an unknown runway from...
[flightgear.git] / src / Navaids / waypoint.hxx
index 47dd7810502885fe6dbe10f21a9f6fd0453923e5..d01070b6f7f6b023354e06849abb209ff31f988d 100644 (file)
 
 class FGAirport;
 typedef SGSharedPtr<FGAirport> FGAirportRef;
-class SGWayPoint;
 class FGRunway;
 
 namespace flightgear
 {
 
-
 class BasicWaypt : public Waypt
 {
 public:
   
   BasicWaypt(const SGGeod& aPos, const std::string& aIdent, RouteBase* aOwner);
-  
-  BasicWaypt(const SGWayPoint& aWP, RouteBase* aOwner);
-  
+    
   BasicWaypt(RouteBase* aOwner);
   
   virtual SGGeod position() const