summaryrefslogtreecommitdiffstats
path: root/src/commands/matrix/MatrixEraseCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/matrix/MatrixEraseCommand.cpp')
-rw-r--r--src/commands/matrix/MatrixEraseCommand.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/matrix/MatrixEraseCommand.cpp b/src/commands/matrix/MatrixEraseCommand.cpp
index c35259e..3285e84 100644
--- a/src/commands/matrix/MatrixEraseCommand.cpp
+++ b/src/commands/matrix/MatrixEraseCommand.cpp
@@ -44,14 +44,14 @@ MatrixEraseCommand::MatrixEraseCommand(Segment &segment,
event->getAbsoluteTime() + event->getDuration(),
true),
m_event(event),
- m_relayoutEndTime(getEndTime())
+ m_retqlayoutEndTime(getEndTime())
{
// nothing
}
-timeT MatrixEraseCommand::getRelayoutEndTime()
+timeT MatrixEraseCommand::getRetqlayoutEndTime()
{
- return m_relayoutEndTime;
+ return m_retqlayoutEndTime;
}
void MatrixEraseCommand::modifySegment()