mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024274: Eliminate GCC compiler warning (wrong initialize order)
Eliminated GCC compiler warning about wrong initialize order
This commit is contained in:
@@ -271,8 +271,8 @@ MyActiveLights(),
|
||||
MyViewContext (),
|
||||
myActiveLightsIterator(),
|
||||
SwitchSetFront(Standard_False),
|
||||
MyTrsf (1, 4, 1, 4), // S3892
|
||||
MyProjModel(V3d_TPM_SCREEN)
|
||||
MyProjModel(V3d_TPM_SCREEN),
|
||||
MyTrsf (1, 4, 1, 4) // S3892
|
||||
{
|
||||
myImmediateUpdate = Standard_False;
|
||||
MyView = new Visual3d_View(MyViewer->Viewer());
|
||||
|
Reference in New Issue
Block a user