summaryrefslogtreecommitdiff
path: root/lily/chord-tremolo-iterator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lily/chord-tremolo-iterator.cc')
-rw-r--r--lily/chord-tremolo-iterator.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/lily/chord-tremolo-iterator.cc b/lily/chord-tremolo-iterator.cc
index e512cda4d9..748ac14b4b 100644
--- a/lily/chord-tremolo-iterator.cc
+++ b/lily/chord-tremolo-iterator.cc
@@ -9,7 +9,8 @@
/*
- this is culled from various other iterators, but sharing code by subclassing proved to be too difficult.
+ this is culled from various other iterators, but sharing code by
+ subclassing proved to be too difficult.
*/
#include "input.hh"
@@ -33,7 +34,7 @@ Chord_tremolo_iterator::Chord_tremolo_iterator ()
Chord_tremolo_iterator::Chord_tremolo_iterator (Chord_tremolo_iterator const &src)
: Music_iterator (src)
{
- child_iter_p_ = src.child_iter_p_? src.child_iter_p_->clone () : 0;
+ child_iter_p_ = src.child_iter_p_ ? src.child_iter_p_->clone () : 0;
}
void