diff options
Diffstat (limited to 'contrib/llvm-project/lldb/source/Commands/CommandObjectQuit.h')
| -rw-r--r-- | contrib/llvm-project/lldb/source/Commands/CommandObjectQuit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/lldb/source/Commands/CommandObjectQuit.h b/contrib/llvm-project/lldb/source/Commands/CommandObjectQuit.h index ccbd863cd6f5..c27c0d1da3b9 100644 --- a/contrib/llvm-project/lldb/source/Commands/CommandObjectQuit.h +++ b/contrib/llvm-project/lldb/source/Commands/CommandObjectQuit.h @@ -22,7 +22,7 @@ public: ~CommandObjectQuit() override; protected: - bool DoExecute(Args &args, CommandReturnObject &result) override; + void DoExecute(Args &args, CommandReturnObject &result) override; bool ShouldAskForConfirmation(bool &is_a_detach); }; |
