mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -51,7 +51,7 @@ class TObjDRAW_Model : public TObj_Model
|
||||
Standard_EXPORT TObjDRAW_Model()
|
||||
: TObj_Model() {}
|
||||
|
||||
virtual Standard_EXPORT Handle(TObj_Model) NewEmpty()
|
||||
virtual Standard_EXPORT Handle(TObj_Model) NewEmpty() Standard_OVERRIDE
|
||||
{
|
||||
return new TObjDRAW_Model();
|
||||
}
|
||||
|
Reference in New Issue
Block a user