fix error in script edit command

This commit is contained in:
garakmon
2020-08-04 18:24:37 -04:00
committed by garak
parent 24f970628e
commit 2a11760afd
2 changed files with 7 additions and 7 deletions

View File

@@ -345,7 +345,7 @@ public:
void undo() override;
void redo() override;
bool mergeWith(const QUndoCommand *) override { return false; };
bool mergeWith(const QUndoCommand *) override { return false; }
int id() const override { return CommandId::ID_ScriptEditMap; }
private: