mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -231,7 +231,7 @@ class BOPAlgo_CellsBuilder : public BOPAlgo_Builder
|
||||
|
||||
//! Redefined method PerformInternal1 - makes all split parts,
|
||||
//! nullifies the result <myShape>, and index all parts.
|
||||
Standard_EXPORT virtual void PerformInternal1 (const BOPAlgo_PaveFiller& thePF);
|
||||
Standard_EXPORT virtual void PerformInternal1 (const BOPAlgo_PaveFiller& thePF) Standard_OVERRIDE;
|
||||
|
||||
//! Saves all split parts in myAllParts.
|
||||
Standard_EXPORT void TakeAllParts();
|
||||
|
Reference in New Issue
Block a user