summaryrefslogtreecommitdiff
path: root/include/lldb/Target/Language.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Target/Language.h')
-rw-r--r--include/lldb/Target/Language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Target/Language.h b/include/lldb/Target/Language.h
index bcf840f93edd..f81679f78129 100644
--- a/include/lldb/Target/Language.h
+++ b/include/lldb/Target/Language.h
@@ -199,7 +199,7 @@ public:
// it should return an appropriate closure here
virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
- virtual LazyBool IsLogicalTrue(ValueObject &valobj, Error &error);
+ virtual LazyBool IsLogicalTrue(ValueObject &valobj, Status &error);
// for a ValueObject of some "reference type", if the value points to the
// nil/null object, this method returns true