Fix warning regarding initialization order compared to definition order
following #222. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@226 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
d732add382
commit
11e180cd3e
1 changed files with 1 additions and 1 deletions
|
@ -1294,9 +1294,9 @@ u_int32_t MinidumpModule::max_misc_bytes_ = 1024;
|
|||
MinidumpModule::MinidumpModule(Minidump* minidump)
|
||||
: MinidumpObject(minidump),
|
||||
module_valid_(false),
|
||||
has_debug_info_(false),
|
||||
module_(),
|
||||
name_(NULL),
|
||||
has_debug_info_(false),
|
||||
cv_record_(NULL),
|
||||
cv_record_signature_(MD_CVINFOUNKNOWN_SIGNATURE),
|
||||
misc_record_(NULL) {
|
||||
|
|
Loading…
Reference in a new issue