X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscope.cc;h=2e20a1b38d3530f401974f38392354da5d3e91e5;hb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;hp=52a185ee911b90f05a18f72dedd102b94e3b7c90;hpb=1e95a0be01466d1c98644f7705c8e07e41cc645c;p=lilypond.git diff --git a/lily/scope.cc b/lily/scope.cc index 52a185ee91..2e20a1b38d 100644 --- a/lily/scope.cc +++ b/lily/scope.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998 Han-Wen Nienhuys + (c) 1998 Han-Wen Nienhuys */ @@ -20,7 +20,7 @@ Scope::print () const { if (ai.val()->init_b_ == init_b) { - DOUT << ai.key() << '='; + DOUT << ai.key() << "="; ai.val()->print (); } } @@ -30,8 +30,8 @@ Scope::~Scope () { for (Assoc_iter ai (*this); ai.ok(); ai++) { - DOUT << "deleting: " << ai.key()<<'\n'; - delete ai.val(); + DOUT << "deleting: " << ai.key() << '\n'; + delete ai.val (); } }