--- trunk/src/selection/DistanceFinder.cpp 2005/04/15 22:04:00 507 +++ trunk/src/selection/DistanceFinder.cpp 2005/12/02 15:38:03 770 @@ -70,11 +70,11 @@ namespace oopse { } - BitSet DistanceFinder::find(const BitSet& bs, double distance) { + OOPSEBitSet DistanceFinder::find(const OOPSEBitSet& bs, double distance) { StuntDouble * center; Vector3d centerPos; Snapshot* currSnapshot = info_->getSnapshotManager()->getCurrentSnapshot(); - BitSet bsResult(nStuntDoubles_); + OOPSEBitSet bsResult(nStuntDoubles_); assert(bsResult.size() == bs.size()); for (int i = bs.firstOnBit(); i != -1; i = bs.nextOnBit(i)) {