summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/DNBError.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/debugserver/source/DNBError.h')
-rw-r--r--lldb/tools/debugserver/source/DNBError.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/debugserver/source/DNBError.h b/lldb/tools/debugserver/source/DNBError.h
index edca38ad6db..419f4b9492e 100644
--- a/lldb/tools/debugserver/source/DNBError.h
+++ b/lldb/tools/debugserver/source/DNBError.h
@@ -49,7 +49,7 @@ public:
m_flavor = Generic;
m_str.clear();
}
- ValueType Error() const { return m_err; }
+ ValueType Status() const { return m_err; }
FlavorType Flavor() const { return m_flavor; }
ValueType operator=(kern_return_t err) {
OpenPOWER on IntegriCloud