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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/tools/debugserver/source/DNBError.h b/lldb/tools/debugserver/source/DNBError.h
index 2ca2d41de8e..7e67cf2c553 100644
--- a/lldb/tools/debugserver/source/DNBError.h
+++ b/lldb/tools/debugserver/source/DNBError.h
@@ -21,7 +21,7 @@
class DNBError {
public:
typedef uint32_t ValueType;
- typedef enum {
+ enum FlavorType {
Generic = 0,
MachKernel = 1,
POSIX = 2
@@ -37,7 +37,7 @@ public:
,
FrontBoard = 5
#endif
- } FlavorType;
+ };
explicit DNBError(ValueType err = 0, FlavorType flavor = Generic)
: m_err(err), m_flavor(flavor) {}
OpenPOWER on IntegriCloud