X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2Filslist.hxx;h=8d13a58798b090fe1613f6f5981a4afde0f67229;hb=ee98995d30e75cda88c9866f3cb6a761fda7d078;hp=913fc0c28212b9911d91aaeb1ba0b2f2a8badf88;hpb=b074559216ed83bc9dcc7edea6316cea3d590afc;p=flightgear.git diff --git a/src/Navaids/ilslist.hxx b/src/Navaids/ilslist.hxx index 913fc0c28..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 { @@ -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