summaryrefslogtreecommitdiff
path: root/lily/tie.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lily/tie.cc')
-rw-r--r--lily/tie.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/tie.cc b/lily/tie.cc
index 002c5e9694..1bf3a9640e 100644
--- a/lily/tie.cc
+++ b/lily/tie.cc
@@ -151,7 +151,7 @@ Tie::do_post_processing()
void
Tie::do_substitute_dependency (Score_element*o, Score_element*n)
{
- Note_head *new_l =n?(Note_head*)dynamic_cast <Item *> (n):0;
+ Note_head *new_l =n?dynamic_cast<Note_head *> (n):0;
if (dynamic_cast <Item *> (o) == head_l_drul_[LEFT])
head_l_drul_[LEFT] = new_l;
else if (dynamic_cast <Item *> (o) == head_l_drul_[RIGHT])