summaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Core/Address.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Core/Address.h')
-rw-r--r--lldb/include/lldb/Core/Address.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Core/Address.h b/lldb/include/lldb/Core/Address.h
index dc50e27ca277..f77ffc2fd25e 100644
--- a/lldb/include/lldb/Core/Address.h
+++ b/lldb/include/lldb/Core/Address.h
@@ -116,7 +116,7 @@ public:
///
/// Initialize with a invalid section (NULL) and an invalid offset
/// (LLDB_INVALID_ADDRESS).
- Address() : m_section_wp() {}
+ Address() {}
/// Copy constructor
///