aboutsummaryrefslogtreecommitdiff
path: root/source/Commands/CommandObjectRegister.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Commands/CommandObjectRegister.h')
-rw-r--r--source/Commands/CommandObjectRegister.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/Commands/CommandObjectRegister.h b/source/Commands/CommandObjectRegister.h
index 7f856c2de529..e7b6974bc998 100644
--- a/source/Commands/CommandObjectRegister.h
+++ b/source/Commands/CommandObjectRegister.h
@@ -30,8 +30,7 @@ public:
//------------------------------------------------------------------
CommandObjectRegister(CommandInterpreter &interpreter);
- virtual
- ~CommandObjectRegister();
+ ~CommandObjectRegister() override;
private:
//------------------------------------------------------------------
@@ -42,4 +41,4 @@ private:
} // namespace lldb_private
-#endif // liblldb_CommandObjectRegister_h_
+#endif // liblldb_CommandObjectRegister_h_