aboutsummaryrefslogtreecommitdiff
path: root/source/Commands/CommandObjectType.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Commands/CommandObjectType.h')
-rw-r--r--source/Commands/CommandObjectType.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/Commands/CommandObjectType.h b/source/Commands/CommandObjectType.h
index c796902cf3bd..54f4a33c6f65 100644
--- a/source/Commands/CommandObjectType.h
+++ b/source/Commands/CommandObjectType.h
@@ -13,7 +13,6 @@
// C Includes
// C++ Includes
-
// Other libraries and framework includes
// Project includes
@@ -28,10 +27,9 @@ class CommandObjectType : public CommandObjectMultiword
public:
CommandObjectType (CommandInterpreter &interpreter);
- virtual
- ~CommandObjectType ();
+ ~CommandObjectType() override;
};
} // namespace lldb_private
-#endif // liblldb_CommandObjectType_h_
+#endif // liblldb_CommandObjectType_h_