diff options
-rw-r--r-- | src/gui/windows/textcommandeditor.cpp | 2 | ||||
-rw-r--r-- | src/textcommand.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/textcommandeditor.cpp b/src/gui/windows/textcommandeditor.cpp index 048752187..605a9d1df 100644 --- a/src/gui/windows/textcommandeditor.cpp +++ b/src/gui/windows/textcommandeditor.cpp @@ -42,6 +42,8 @@ #include "debug.h" +const unsigned int MAGIC_START_ID = 340; + TextCommandEditor::TextCommandEditor(TextCommand *const command) : // TRANSLATORS: command editor name Window(_("Command Editor"), Modal_false, nullptr, "commandeditor.xml"), diff --git a/src/textcommand.h b/src/textcommand.h index 73a214a41..e76568b0e 100644 --- a/src/textcommand.h +++ b/src/textcommand.h @@ -31,8 +31,6 @@ #include "localconsts.h" -const unsigned int MAGIC_START_ID = 340; - class Image; /** |