]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navlist.hxx
- adjusted for no-value constructor for FGPanel
[flightgear.git] / src / Navaids / navlist.hxx
index 44ecb544690cea074bc2d379b9fb5c922dadf71b..e46521b738a9cba5bf36889838e6080400bf5cc7 100644 (file)
 
 
 #include <simgear/compiler.h>
-#include <simgear/misc/fgpath.hxx>
+#include <simgear/misc/sg_path.hxx>
 
 #include <map>
 #include <vector>
 
 #include "nav.hxx"
 
-FG_USING_STD(map);
-FG_USING_STD(vector);
+SG_USING_STD(map);
+SG_USING_STD(vector);
 
 
 class FGNavList {
@@ -57,7 +57,7 @@ public:
     ~FGNavList();
 
     // 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