summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Commands/CommandObjectFrame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectFrame.cpp b/lldb/source/Commands/CommandObjectFrame.cpp
index d508bf48634..a8e73fb7b77 100644
--- a/lldb/source/Commands/CommandObjectFrame.cpp
+++ b/lldb/source/Commands/CommandObjectFrame.cpp
@@ -218,7 +218,7 @@ protected:
const bool qualify_cxx_base_classes = false;
- DumpValueObjectOptions::DeclPrintingHelper helper = [&valobj_sp](ConstString type,
+ DumpValueObjectOptions::DeclPrintingHelper helper = [&valobj_sp, qualify_cxx_base_classes](ConstString type,
ConstString var,
const DumpValueObjectOptions &opts,
Stream &stream) -> bool {
OpenPOWER on IntegriCloud