]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/ilslist.hxx
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / Navaids / ilslist.hxx
index 433e975f3fec79e5581af03b38b62027bf9fc54b..8d13a58798b090fe1613f6f5981a4afde0f67229 100644 (file)
@@ -26,7 +26,7 @@
 
 
 #include <simgear/compiler.h>
-#include <simgear/misc/fgpath.hxx>
+#include <simgear/misc/sg_path.hxx>
 
 #include <map>
 #include <vector>
@@ -57,7 +57,7 @@ public:
     ~FGILSList();
 
     // load the navaids and build the map
-    bool init( FGPath path );
+    bool init( SGPath path );
 
     // query the database for the specified frequency, lon and lat are
     // in degrees, elev is in meters