diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectVersion.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectVersion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectVersion.h b/lldb/source/Commands/CommandObjectVersion.h index 035c65e6674..1fdbed60c65 100644 --- a/lldb/source/Commands/CommandObjectVersion.h +++ b/lldb/source/Commands/CommandObjectVersion.h @@ -34,7 +34,7 @@ public: protected: virtual bool DoExecute (Args& args, - CommandReturnObject &result); + CommandReturnObject &result); }; |