summaryrefslogtreecommitdiffstats
path: root/source/DataFormatters/LibCxxVector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/DataFormatters/LibCxxVector.cpp')
-rw-r--r--source/DataFormatters/LibCxxVector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/DataFormatters/LibCxxVector.cpp b/source/DataFormatters/LibCxxVector.cpp
index 26c62af..d0e6be4 100644
--- a/source/DataFormatters/LibCxxVector.cpp
+++ b/source/DataFormatters/LibCxxVector.cpp
@@ -115,7 +115,7 @@ lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update()
if (!data_type_finder_sp)
return false;
m_element_type = data_type_finder_sp->GetClangType().GetPointeeType();
- m_element_size = m_element_type.GetByteSize();
+ m_element_size = m_element_type.GetByteSize(nullptr);
if (m_element_size > 0)
{
OpenPOWER on IntegriCloud