mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1054632 - constructor init list in wrong order in CrashGenerationServer r=ted
This commit is contained in:
parent
e03465658c
commit
acae4f3f0c
@ -45,9 +45,9 @@ CrashGenerationServer::CrashGenerationServer(
|
||||
void *exit_context,
|
||||
bool generate_dumps,
|
||||
const std::string &dump_path)
|
||||
: dump_callback_(dump_callback),
|
||||
filter_(filter),
|
||||
: filter_(filter),
|
||||
filter_context_(filter_context),
|
||||
dump_callback_(dump_callback),
|
||||
dump_context_(dump_context),
|
||||
exit_callback_(exit_callback),
|
||||
exit_context_(exit_context),
|
||||
|
Loading…
Reference in New Issue
Block a user