Fix initialization ordering warnings. No bug, r+sr=sicking
This commit is contained in:
Родитель
9ebac128d8
Коммит
b3ca35cd1a
|
@ -725,9 +725,9 @@ public:
|
||||||
|
|
||||||
BooleanExpr(nsAutoPtr<Expr>& aLeftExpr, nsAutoPtr<Expr>& aRightExpr,
|
BooleanExpr(nsAutoPtr<Expr>& aLeftExpr, nsAutoPtr<Expr>& aRightExpr,
|
||||||
short aOp)
|
short aOp)
|
||||||
: op(aOp),
|
: leftExpr(aLeftExpr),
|
||||||
leftExpr(aLeftExpr),
|
rightExpr(aRightExpr),
|
||||||
rightExpr(aRightExpr)
|
op(aOp)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче