X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2Fpositioned.hxx;h=f6f61229a78750118aea77e719e12f5ceefacdcc;hb=dc76290d6e7d2f24d6c352d8f9da4b0f9f1e5f40;hp=27d807a7264c0d0418c8dba72d98e4cff64e240c;hpb=9e44be1df7d01515c1dc4a2cda9e340d00c4b887;p=flightgear.git diff --git a/src/Navaids/positioned.hxx b/src/Navaids/positioned.hxx index 27d807a72..f6f61229a 100644 --- a/src/Navaids/positioned.hxx +++ b/src/Navaids/positioned.hxx @@ -43,6 +43,7 @@ public: TAXIWAY, PAVEMENT, PARK_STAND, + WAYPOINT, FIX, VOR, NDB, @@ -55,7 +56,6 @@ public: DME, TACAN, OBSTACLE, - WAYPOINT, // user-defined waypoint FREQ_GND, FREQ_TWR, FREQ_ATIS, @@ -160,12 +160,12 @@ public: * Find all items with the specified ident * @param aFilter - optional filter on items */ - static List findAllWithIdent(const std::string& aIdent, Filter* aFilter = NULL); + static List findAllWithIdent(const std::string& aIdent, Filter* aFilter = NULL, bool aExact = true); /** * As above, but searches names instead of idents */ - static List findAllWithName(const std::string& aName, Filter* aFilter = NULL); + static List findAllWithName(const std::string& aName, Filter* aFilter = NULL, bool aExact = true); /** * Sort an FGPositionedList by distance from a position