]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/PositionedOctree.hxx
Fix some leaks on reset
[flightgear.git] / src / Navaids / PositionedOctree.hxx
index b2100718bc0f90ba9a08f85851334e3690ec8f4f..167f37a0d719ec94e6522bc0df4bf5a2ddab7fed 100644 (file)
@@ -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