diff options
Diffstat (limited to 'src/gui/windows/textcommandeditor.h')
-rw-r--r-- | src/gui/windows/textcommandeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/textcommandeditor.h b/src/gui/windows/textcommandeditor.h index 88bfd48d4..c177efd2b 100644 --- a/src/gui/windows/textcommandeditor.h +++ b/src/gui/windows/textcommandeditor.h @@ -55,7 +55,7 @@ class TextCommandEditor final : public Window, /** * Destructor. */ - ~TextCommandEditor(); + ~TextCommandEditor() override final; void postInit() override final; |