]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/fixlist.hxx
- adjusted for no-value constructor for FGPanel
[flightgear.git] / src / Navaids / fixlist.hxx
index 9a99efcfd4a38c3d9c5334ec17721fd236b61b53..75d48e2440751424173025656ef041147152b0da 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>
@@ -54,7 +54,7 @@ public:
     ~FGFixList();
 
     // 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