diff options
Diffstat (limited to 'source/Commands/CommandObjectPlatform.h')
-rw-r--r-- | source/Commands/CommandObjectPlatform.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/source/Commands/CommandObjectPlatform.h b/source/Commands/CommandObjectPlatform.h index f3bd758..023dff9 100644 --- a/source/Commands/CommandObjectPlatform.h +++ b/source/Commands/CommandObjectPlatform.h @@ -28,13 +28,12 @@ class CommandObjectPlatform : public CommandObjectMultiword public: CommandObjectPlatform(CommandInterpreter &interpreter); - virtual - ~CommandObjectPlatform(); + ~CommandObjectPlatform() override; - private: +private: DISALLOW_COPY_AND_ASSIGN (CommandObjectPlatform); }; } // namespace lldb_private -#endif // liblldb_CommandObjectPlatform_h_ +#endif // liblldb_CommandObjectPlatform_h_ |