X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2Ffixlist.hxx;h=75d48e2440751424173025656ef041147152b0da;hb=2e8f9f739942f018a93ad86aec3a59277ee43458;hp=cfd61a77d81b05db0d1b13afff66dc4d549fd8b2;hpb=8f1c10a746108369cbeb3aad9ac067b765974ce6;p=flightgear.git diff --git a/src/Navaids/fixlist.hxx b/src/Navaids/fixlist.hxx index cfd61a77d..75d48e244 100644 --- a/src/Navaids/fixlist.hxx +++ b/src/Navaids/fixlist.hxx @@ -26,7 +26,7 @@ #include -#include +#include #include #include @@ -34,14 +34,15 @@ #include "fix.hxx" -FG_USING_STD(map); -FG_USING_STD(vector); -FG_USING_STD(string); +SG_USING_STD(map); +SG_USING_STD(vector); +SG_USING_STD(string); class FGFixList { - typedef map < string, FGFix, less > fix_map_type; + // typedef map < string, FGFix, less > fix_map_type; + typedef map < string, FGFix > fix_map_type; typedef fix_map_type::iterator fix_map_iterator; typedef fix_map_type::const_iterator fix_map_const_iterator; @@ -53,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