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