Fix wxMotif build after recent argv changes
Update wxMotif too after 70a499f635
.
This commit is contained in:
@@ -206,11 +206,8 @@ bool wxApp::Initialize(int& argc_, wxChar **argv_)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
argc = argcX11;
|
|
||||||
|
|
||||||
// update internal arg[cv] as X11 may have removed processed options:
|
// update internal arg[cv] as X11 may have removed processed options:
|
||||||
argc = argc_;
|
argv.Init(argcX11, argvX11);
|
||||||
argv = argv_;
|
|
||||||
}
|
}
|
||||||
//else: XtOpenDisplay() didn't modify our parameters
|
//else: XtOpenDisplay() didn't modify our parameters
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user