0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
[occt.git] / src / OpenGl / OpenGl_CappingAlgo.hxx
index 14c2828..cff4be9 100755 (executable)
@@ -57,7 +57,7 @@ public:
   //! Checks whether the element can be rendered or not.
   //! @param theElement [in] the element to check.
   //! @return True if element can be rendered.
-  virtual Standard_Boolean CanRender (const OpenGl_Element* theElement);
+  virtual Standard_Boolean CanRender (const OpenGl_Element* theElement) Standard_OVERRIDE;
 
 public: