| Index: Source/core/editing/TextInsertionBaseCommand.h
|
| diff --git a/Source/core/editing/TextInsertionBaseCommand.h b/Source/core/editing/TextInsertionBaseCommand.h
|
| index ff910dcd6ab43fd50ac62a37d6332a2018465752..efa777a030513a29d7f80d40132b70649b386009 100644
|
| --- a/Source/core/editing/TextInsertionBaseCommand.h
|
| +++ b/Source/core/editing/TextInsertionBaseCommand.h
|
| @@ -36,7 +36,7 @@ class VisibleSelection;
|
|
|
| class TextInsertionBaseCommand : public CompositeEditCommand {
|
| public:
|
| - virtual ~TextInsertionBaseCommand() { };
|
| + ~TextInsertionBaseCommand() override { };
|
|
|
| protected:
|
| explicit TextInsertionBaseCommand(Document&);
|
|
|