summaryrefslogtreecommitdiffstats
path: root/source/Commands/CommandObjectBugreport.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Commands/CommandObjectBugreport.h')
-rw-r--r--source/Commands/CommandObjectBugreport.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/Commands/CommandObjectBugreport.h b/source/Commands/CommandObjectBugreport.h
index d062e0d..3adde51 100644
--- a/source/Commands/CommandObjectBugreport.h
+++ b/source/Commands/CommandObjectBugreport.h
@@ -27,10 +27,9 @@ class CommandObjectMultiwordBugreport : public CommandObjectMultiword
public:
CommandObjectMultiwordBugreport(CommandInterpreter &interpreter);
- virtual
- ~CommandObjectMultiwordBugreport();
+ ~CommandObjectMultiwordBugreport() override;
};
} // namespace lldb_private
-#endif // liblldb_CommandObjectBugreport_h_
+#endif // liblldb_CommandObjectBugreport_h_
OpenPOWER on IntegriCloud