mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024274: Eliminate GCC compiler warning (wrong initialize order)
Eliminated GCC compiler warning about wrong initialize order
This commit is contained in:
@@ -55,11 +55,11 @@ QANewModTopOpe_Limitation::QANewModTopOpe_Limitation(const TopoDS_Shape& theObje
|
||||
const TopoDS_Shape& theCutTool,
|
||||
const QANewModTopOpe_ModeOfLimitation theMode) :
|
||||
myObjectToCut(theObjectToCut),
|
||||
myCut(NULL),
|
||||
myCommon(NULL),
|
||||
myFwdIsDone(Standard_False),
|
||||
myRevIsDone(Standard_False),
|
||||
myCut(NULL),
|
||||
myMode(theMode),
|
||||
myCommon(NULL)
|
||||
myMode(theMode)
|
||||
{
|
||||
|
||||
TopExp_Explorer anExp;
|
||||
|
Reference in New Issue
Block a user