0032429: Coding - Warnings during compilation on macosx arm64 with option BUILD_Inspe...
[occt.git] / tools / ShapeView / ShapeView_ItemRoot.hxx
index c05495d..af31b26 100644 (file)
@@ -55,7 +55,7 @@ protected:
   //! Returns data value for the role.
   //! \param theItemRole a value role
   //! \return the value
-  virtual QVariant initValue(const int theItemRole) const;
+  virtual QVariant initValue(const int theItemRole) const Standard_OVERRIDE;
 
   //! \return number of children.
   virtual int initRowCount() const Standard_OVERRIDE { return myShapes.Size(); }