X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2Filslist.hxx;h=8d13a58798b090fe1613f6f5981a4afde0f67229;hb=ee98995d30e75cda88c9866f3cb6a761fda7d078;hp=d5a2e69ffd22996a1168e2c62c3346d3ede2943b;hpb=6bc7ed9ba2de059b276dc00e0e1fe8aa340b191c;p=flightgear.git diff --git a/src/Navaids/ilslist.hxx b/src/Navaids/ilslist.hxx index d5a2e69ff..8d13a5879 100644 --- a/src/Navaids/ilslist.hxx +++ b/src/Navaids/ilslist.hxx @@ -26,15 +26,15 @@ #include -#include +#include #include #include #include "ils.hxx" -FG_USING_STD(map); -FG_USING_STD(vector); +SG_USING_STD(map); +SG_USING_STD(vector); class FGILSList { @@ -44,7 +44,8 @@ class FGILSList { typedef ils_list_type::iterator ils_list_iterator; typedef ils_list_type::const_iterator ils_list_const_iterator; - typedef map < int, ils_list_type, less > ils_map_type; + // typedef map < int, ils_list_type, less > ils_map_type; + typedef map < int, ils_list_type > ils_map_type; typedef ils_map_type::iterator ils_map_iterator; typedef ils_map_type::const_iterator ils_map_const_iterator; @@ -56,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