aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Core/LoadedModuleInfoList.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Core/LoadedModuleInfoList.h')
-rw-r--r--lldb/include/lldb/Core/LoadedModuleInfoList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Core/LoadedModuleInfoList.h b/lldb/include/lldb/Core/LoadedModuleInfoList.h
index ad6da2bd7559..3f65ddc06d73 100644
--- a/lldb/include/lldb/Core/LoadedModuleInfoList.h
+++ b/lldb/include/lldb/Core/LoadedModuleInfoList.h
@@ -101,7 +101,7 @@ public:
lldb::addr_t m_dynamic;
};
- LoadedModuleInfoList() : m_list() {}
+ LoadedModuleInfoList() {}
void add(const LoadedModuleInfo &mod) { m_list.push_back(mod); }