mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024171: Eliminate CLang compiler warning -Wreorder
Got rid of -Wreorder warning (wrong fields' initialization order); some warnings -Wdangling-else are also fixed
This commit is contained in:
@@ -75,8 +75,8 @@ class BOPTools_ConnexityBlock {
|
||||
};
|
||||
//
|
||||
protected:
|
||||
Standard_Boolean myRegular;
|
||||
Handle(NCollection_BaseAllocator) myAllocator;
|
||||
Standard_Boolean myRegular;
|
||||
BOPCol_ListOfShape myShapes;
|
||||
BOPCol_ListOfShape myLoops;
|
||||
};
|
||||
|
Reference in New Issue
Block a user