]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/abbrev.cc
release: 1.1.1
[lilypond.git] / lily / abbrev.cc
index eb87945cd775fbac66812fdb3a74982a89f005f3..841f063ca6f739f095043dde8a6bfe2790914d3c 100644 (file)
@@ -129,7 +129,7 @@ void
 Abbreviation::do_substitute_dependent (Score_element*o, Score_element*n)
 {
   if (stem_l_ == o)
-    stem_l_ = n ? dynamic_cast<Stem*> (n) : 0;
+    stem_l_ = dynamic_cast<Stem*> (n);
 }