summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Core/UUID.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Core/UUID.h')
-rw-r--r--lldb/include/lldb/Core/UUID.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/include/lldb/Core/UUID.h b/lldb/include/lldb/Core/UUID.h
index de1e6977c9d..7cf5cf38940 100644
--- a/lldb/include/lldb/Core/UUID.h
+++ b/lldb/include/lldb/Core/UUID.h
@@ -73,6 +73,7 @@ public:
//------------------------------------------------------------------
static llvm::StringRef
DecodeUUIDBytesFromString(llvm::StringRef str, ValueType &uuid_bytes,
+ uint32_t &bytes_decoded,
uint32_t num_uuid_bytes = 16);
protected:
OpenPOWER on IntegriCloud