summaryrefslogtreecommitdiff
path: root/lily/chord-tremolo-iterator.cc
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2002-05-04 17:59:21 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2002-05-04 17:59:21 +0000
commit812473e98f311737a813d4d624518169591c449a (patch)
treeb140e84b3d48200077409da43d75384fc7734bd3 /lily/chord-tremolo-iterator.cc
parente07e0fdc12f46770b361b68520e96080481017c6 (diff)
tremolo spees
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