X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2FPositionedOctree.hxx;h=167f37a0d719ec94e6522bc0df4bf5a2ddab7fed;hb=487546c848ad5559760b4de4aa36f19b9b8627a7;hp=b2100718bc0f90ba9a08f85851334e3690ec8f4f;hpb=7cad40784374dc7b0a6b4a0fdf2e20cad5aad720;p=flightgear.git diff --git a/src/Navaids/PositionedOctree.hxx b/src/Navaids/PositionedOctree.hxx index b2100718b..167f37a0d 100644 --- a/src/Navaids/PositionedOctree.hxx +++ b/src/Navaids/PositionedOctree.hxx @@ -236,8 +236,8 @@ namespace Octree mutable bool childrenLoaded; }; - bool findNearestN(const SGVec3d& aPos, unsigned int aN, double aCutoffM, FGPositioned::Filter* aFilter, FGPositioned::List& aResults, int aCutoffMsec); - bool findAllWithinRange(const SGVec3d& aPos, double aRangeM, FGPositioned::Filter* aFilter, FGPositioned::List& aResults, int aCutoffMsec); + bool findNearestN(const SGVec3d& aPos, unsigned int aN, double aCutoffM, FGPositioned::Filter* aFilter, FGPositionedList& aResults, int aCutoffMsec); + bool findAllWithinRange(const SGVec3d& aPos, double aRangeM, FGPositioned::Filter* aFilter, FGPositionedList& aResults, int aCutoffMsec); } // of namespace Octree