diff options
Diffstat (limited to 'src/commands/notation/EraseEventCommand.cpp')
-rw-r--r-- | src/commands/notation/EraseEventCommand.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/commands/notation/EraseEventCommand.cpp b/src/commands/notation/EraseEventCommand.cpp index e599079..a3479dd 100644 --- a/src/commands/notation/EraseEventCommand.cpp +++ b/src/commands/notation/EraseEventCommand.cpp @@ -47,7 +47,7 @@ EraseEventCommand::EraseEventCommand(Segment &segment, true), m_collapseRest(collapseRest), m_event(event), - m_relayoutEndTime(getEndTime()) + m_retqlayoutEndTime(getEndTime()) { // nothing } @@ -67,9 +67,9 @@ EraseEventCommand::makeName(std::string e) } timeT -EraseEventCommand::getRelayoutEndTime() +EraseEventCommand::getRetqlayoutEndTime() { - return m_relayoutEndTime; + return m_retqlayoutEndTime; } void @@ -80,7 +80,7 @@ EraseEventCommand::modifySegment() if (m_event->isa(Clef::EventType) || m_event->isa(Key ::EventType)) { - m_relayoutEndTime = helper.segment().getEndTime(); + m_retqlayoutEndTime = helper.segment().getEndTime(); } else if (m_event->isa(Indication::EventType)) { |