summaryrefslogtreecommitdiff
path: root/lily/lyric-item.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lily/lyric-item.cc')
-rw-r--r--lily/lyric-item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/lyric-item.cc b/lily/lyric-item.cc
index 8bca62e9c9..3186523937 100644
--- a/lily/lyric-item.cc
+++ b/lily/lyric-item.cc
@@ -10,7 +10,7 @@
#include "debug.hh"
Lyric_item::Lyric_item(Lyric_req* lreq_l, int voice_count_i)
- : Text_item(lreq_l,0)
+ : Text_item(lreq_l)
{
pos_i_ = -voice_count_i * 4 ; // 4 fontsize dependant. TODO
dir_i_ = -1;