From ead246455adf1a215ec2715dad6533073a6beb4e Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 23 Oct 2019 17:53:01 +0000 Subject: Vendor import of stripped lldb trunk r375505, the last commit before the upstream Subversion repository was made read-only, and the LLVM project migrated to GitHub: https://llvm.org/svn/llvm-project/lldb/trunk@375505 --- source/Commands/CommandObjectExpression.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Commands/CommandObjectExpression.h') diff --git a/source/Commands/CommandObjectExpression.h b/source/Commands/CommandObjectExpression.h index 89c8e1dbeceb..8ef764239069 100644 --- a/source/Commands/CommandObjectExpression.h +++ b/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 -- cgit v1.2.3