0032429: Coding - Warnings during compilation on macosx arm64 with option BUILD_Inspe...
[occt.git] / tools / VInspector / VInspector_ItemPresentableObject.hxx
index 31df492..a5704b9 100644 (file)
@@ -43,7 +43,7 @@ public:
 
   //! Returns data object of the item.
   //! \return object
 
   //! Returns data object of the item.
   //! \return object
-  virtual const Handle(Standard_Transient)& Object() const { initItem(); return myIO; }
+  virtual const Handle(Standard_Transient)& Object() const Standard_OVERRIDE { initItem(); return myIO; }
 
   //! Returns the current interactive object, init item if it was not initialized yet
   //! \return interactive object
 
   //! Returns the current interactive object, init item if it was not initialized yet
   //! \return interactive object