diff options
Diffstat (limited to 'include/lldb/Interpreter/OptionValueUUID.h')
-rw-r--r-- | include/lldb/Interpreter/OptionValueUUID.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lldb/Interpreter/OptionValueUUID.h b/include/lldb/Interpreter/OptionValueUUID.h index 7273e35bd75b..576440d80519 100644 --- a/include/lldb/Interpreter/OptionValueUUID.h +++ b/include/lldb/Interpreter/OptionValueUUID.h @@ -52,8 +52,8 @@ public: void SetCurrentValue(const UUID &value) { m_uuid = value; } - size_t AutoComplete(CommandInterpreter &interpreter, - CompletionRequest &request) override; + void AutoComplete(CommandInterpreter &interpreter, + CompletionRequest &request) override; protected: UUID m_uuid; |