diff options
Diffstat (limited to 'lldb/include/lldb/Core/UUID.h')
-rw-r--r-- | lldb/include/lldb/Core/UUID.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Core/UUID.h b/lldb/include/lldb/Core/UUID.h index 8a1a173ac30..fe72b8eb0c7 100644 --- a/lldb/include/lldb/Core/UUID.h +++ b/lldb/include/lldb/Core/UUID.h @@ -52,7 +52,7 @@ public: bool IsValid () const; - void + bool SetBytes (const void *uuid_bytes, uint32_t num_uuid_bytes = 16); std::string |