0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
[occt.git] / src / OpenGl / OpenGl_LineAttributes.hxx
index 54b26f4..7a9c884 100644 (file)
@@ -32,7 +32,7 @@ public:
   virtual ~OpenGl_LineAttributes();
 
   void Init (const Handle(OpenGl_Context)& theGlCtx);
-  virtual void Release (OpenGl_Context* theGlCtx);
+  virtual void Release (OpenGl_Context* theGlCtx) Standard_OVERRIDE;
 
   void SetTypeOfHatch (const int theType) const;