commit | 97c8957257a3e0b3ce6f46f8e5a28c965e30f357 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Mon Oct 31 22:50:49 2011 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Mon Oct 31 22:50:49 2011 +0000 |
tree | c8694964ca559f9e0af545512ed1217c4303b267 | |
parent | f09a857961404d937463e9419dc3a8d019cae5f6 [diff] [blame] |
warnings: Fix a bunch of -Wreorder problems. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@143381 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectTarget.cpp b/source/Commands/CommandObjectTarget.cpp index 09bb205..8b1e12b 100644 --- a/source/Commands/CommandObjectTarget.cpp +++ b/source/Commands/CommandObjectTarget.cpp
@@ -2618,8 +2618,8 @@ CommandOptions (CommandInterpreter &interpreter) : Options(interpreter), - m_use_global_module_list (false), m_format_array(), + m_use_global_module_list (false), m_module_addr (LLDB_INVALID_ADDRESS) { }