summaryrefslogtreecommitdiff
path: root/source/Commands/CommandObjectSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Commands/CommandObjectSource.h')
-rw-r--r--source/Commands/CommandObjectSource.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/Commands/CommandObjectSource.h b/source/Commands/CommandObjectSource.h
index 0daef13858605..7ed08cdc9591e 100644
--- a/source/Commands/CommandObjectSource.h
+++ b/source/Commands/CommandObjectSource.h
@@ -30,11 +30,9 @@ public:
CommandObjectMultiwordSource (CommandInterpreter &interpreter);
- virtual
- ~CommandObjectMultiwordSource ();
-
+ ~CommandObjectMultiwordSource() override;
};
} // namespace lldb_private
-#endif // liblldb_CommandObjectSource.h_h_
+#endif // liblldb_CommandObjectSource_h_