diff options
Diffstat (limited to 'contrib/llvm-project/lldb/source/Commands/CommandObjectExpression.h')
-rw-r--r-- | contrib/llvm-project/lldb/source/Commands/CommandObjectExpression.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/lldb/source/Commands/CommandObjectExpression.h b/contrib/llvm-project/lldb/source/Commands/CommandObjectExpression.h index 89c8e1dbeceb..8ef764239069 100644 --- a/contrib/llvm-project/lldb/source/Commands/CommandObjectExpression.h +++ b/contrib/llvm-project/lldb/source/Commands/CommandObjectExpression.h @@ -54,7 +54,7 @@ public: Options *GetOptions() override; - int HandleCompletion(CompletionRequest &request) override; + void HandleCompletion(CompletionRequest &request) override; protected: // IOHandler::Delegate functions |