summaryrefslogtreecommitdiff
path: root/source/Commands/CommandObjectApropos.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Commands/CommandObjectApropos.h')
-rw-r--r--source/Commands/CommandObjectApropos.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/source/Commands/CommandObjectApropos.h b/source/Commands/CommandObjectApropos.h
index f5154177bb290..d04620bc5f2d5 100644
--- a/source/Commands/CommandObjectApropos.h
+++ b/source/Commands/CommandObjectApropos.h
@@ -28,17 +28,14 @@ public:
CommandObjectApropos (CommandInterpreter &interpreter);
- virtual
- ~CommandObjectApropos ();
+ ~CommandObjectApropos() override;
protected:
- virtual bool
- DoExecute (Args& command,
- CommandReturnObject &result);
-
-
+ bool
+ DoExecute(Args& command,
+ CommandReturnObject &result) override;
};
} // namespace lldb_private
-#endif // liblldb_CommandObjectApropos_h_
+#endif // liblldb_CommandObjectApropos_h_