0025411: BVH package - eliminate warning about hidden overloaded method ::Box
[occt.git] / src / BVH / BVH_Geometry.hxx
index 9c2c322..ee33154 100644 (file)
@@ -39,6 +39,9 @@ public:
   //! Marks geometry as outdated.
   virtual void MarkDirty();
 
+  //! Returns AABB of the given object.
+  using BVH_ObjectSet<T, N>::Box;
+
   //! Returns AABB of the whole geometry.
   virtual BVH_Box<T, N> Box() const;