mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +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:
@@ -1642,6 +1642,8 @@ fields
|
||||
--MyColorScale : ColorScale from V3d;
|
||||
MyLayerMgr : LayerMgr from V3d;
|
||||
|
||||
MyProjModel : TypeOfProjectionModel from V3d is protected;
|
||||
|
||||
-- the transformation between XoY and the grid plane
|
||||
MyTrsf : Array2OfReal from TColStd;
|
||||
|
||||
@@ -1649,10 +1651,8 @@ fields
|
||||
MyGridEchoStructure : Structure from Graphic3d;
|
||||
MyGridEchoGroup : Group from Graphic3d;
|
||||
|
||||
MyProjModel : TypeOfProjectionModel from V3d is protected;
|
||||
|
||||
MyTransparencyFlag : Boolean from Standard;
|
||||
myImmediateUpdate: Boolean from Standard is protected;
|
||||
MyTransparencyFlag : Boolean from Standard;
|
||||
myImmediateUpdate: Boolean from Standard is protected;
|
||||
friends
|
||||
|
||||
SetViewOn from class Viewer from V3d ( me : mutable ),
|
||||
|
Reference in New Issue
Block a user