diff options
Diffstat (limited to 'lldb/tools/debugserver/source/RNBRemote.h')
-rw-r--r-- | lldb/tools/debugserver/source/RNBRemote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/debugserver/source/RNBRemote.h b/lldb/tools/debugserver/source/RNBRemote.h index bd3703c74e7..af9ce877704 100644 --- a/lldb/tools/debugserver/source/RNBRemote.h +++ b/lldb/tools/debugserver/source/RNBRemote.h @@ -239,7 +239,7 @@ protected: // gdb can send multiple Z/z packets for the same address and // these calls must be ref counted. - typedef struct Breakpoint + struct Breakpoint { Breakpoint(nub_break_t breakID) : m_breakID(breakID), |