summaryrefslogtreecommitdiff
path: root/source/Commands/CommandObjectThread.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-01-02 19:26:05 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-01-02 19:26:05 +0000
commit14f1b3e8826ce43b978db93a62d1166055db5394 (patch)
tree0a00ad8d3498783fe0193f3b656bca17c4c8697d /source/Commands/CommandObjectThread.h
parent4ee8c119c71a06dcad1e0fecc8c675e480e59337 (diff)
Notes
Diffstat (limited to 'source/Commands/CommandObjectThread.h')
-rw-r--r--source/Commands/CommandObjectThread.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/source/Commands/CommandObjectThread.h b/source/Commands/CommandObjectThread.h
index 90f8236b4428..589031e0a038 100644
--- a/source/Commands/CommandObjectThread.h
+++ b/source/Commands/CommandObjectThread.h
@@ -18,13 +18,11 @@
namespace lldb_private {
-class CommandObjectMultiwordThread : public CommandObjectMultiword
-{
+class CommandObjectMultiwordThread : public CommandObjectMultiword {
public:
+ CommandObjectMultiwordThread(CommandInterpreter &interpreter);
- CommandObjectMultiwordThread (CommandInterpreter &interpreter);
-
- ~CommandObjectMultiwordThread() override;
+ ~CommandObjectMultiwordThread() override;
};
} // namespace lldb_private