summaryrefslogtreecommitdiffstats
path: root/src/commands/matrix/MatrixEraseCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/matrix/MatrixEraseCommand.h')
-rw-r--r--src/commands/matrix/MatrixEraseCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/matrix/MatrixEraseCommand.h b/src/commands/matrix/MatrixEraseCommand.h
index 244c0f9..9e126a4 100644
--- a/src/commands/matrix/MatrixEraseCommand.h
+++ b/src/commands/matrix/MatrixEraseCommand.h
@@ -45,13 +45,13 @@ public:
MatrixEraseCommand(Segment &segment,
Event *event);
- virtual timeT getRelayoutEndTime();
+ virtual timeT getRetqlayoutEndTime();
protected:
virtual void modifySegment();
Event *m_event; // only used on 1st execute (cf bruteForceRedo)
- timeT m_relayoutEndTime;
+ timeT m_retqlayoutEndTime;
};
//------------------------------