mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-16 14:45:07 +08:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -291,7 +291,7 @@ public:
|
||||
//! determines the first suitable record following a given one
|
||||
//! that is, skips SCOPE,ENDSCOPE and SUBLIST records
|
||||
//! Note : skips Header records, which are accessed separately
|
||||
Standard_EXPORT Standard_Integer FindNextRecord (const Standard_Integer num) const;
|
||||
Standard_EXPORT Standard_Integer FindNextRecord (const Standard_Integer num) const Standard_OVERRIDE;
|
||||
|
||||
//! determines reference numbers in EntityNumber fields
|
||||
//! called by Prepare from StepReaderTool to prepare later using
|
||||
|
||||
Reference in New Issue
Block a user