diff options
Diffstat (limited to 'src/commands/notation/AddIndicationCommand.h')
-rw-r--r-- | src/commands/notation/AddIndicationCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/notation/AddIndicationCommand.h b/src/commands/notation/AddIndicationCommand.h index 396a488..1b31760 100644 --- a/src/commands/notation/AddIndicationCommand.h +++ b/src/commands/notation/AddIndicationCommand.h @@ -55,7 +55,7 @@ public: Event *getLastInsertedEvent() { return m_lastInsertedEvent; } - virtual timeT getRelayoutEndTime() { + virtual timeT getRetqlayoutEndTime() { return getStartTime() + m_indicationDuration; } |