diff options
Diffstat (limited to 'include/lldb/Core/FormatEntity.h')
-rw-r--r-- | include/lldb/Core/FormatEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Core/FormatEntity.h b/include/lldb/Core/FormatEntity.h index 634d9df2ad83..ae6c402a45be 100644 --- a/include/lldb/Core/FormatEntity.h +++ b/include/lldb/Core/FormatEntity.h @@ -199,7 +199,7 @@ public: llvm::StringRef &variable_name, llvm::StringRef &variable_format); - static size_t AutoComplete(lldb_private::CompletionRequest &request); + static void AutoComplete(lldb_private::CompletionRequest &request); // Format the current elements into the stream \a s. // |