aboutsummaryrefslogtreecommitdiffstats
path: root/src/base
diff options
context:
space:
mode:
Diffstat (limited to 'src/base')
-rw-r--r--src/base/UNote.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/UNote.pas b/src/base/UNote.pas
index f3ff19ce..57534030 100644
--- a/src/base/UNote.pas
+++ b/src/base/UNote.pas
@@ -133,7 +133,7 @@ procedure NewBeatClick(Screen: TScreenSing); // executed when on then new beat
procedure NewBeatDetect(Screen: TScreenSing); // executed when on then new beat for detection
procedure NewNote(Screen: TScreenSing); // detect note
function GetMidBeat(Time: real): real;
-function GetTimeFromBeat(Beat: integer): real;
+function GetTimeFromBeat(Beat: integer; SelfSong: TSong = nil): real;
implementation