From: fred Date: Tue, 26 Mar 2002 23:55:11 +0000 (+0000) Subject: lilypond-1.3.83 X-Git-Tag: release/1.5.59~1341 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=78169ce9e5746834a1b02a94a51433438bd4aa56;p=lilypond.git lilypond-1.3.83 --- diff --git a/lily/key-engraver.cc b/lily/key-engraver.cc index 8fcae86fd2..104687dbd5 100644 --- a/lily/key-engraver.cc +++ b/lily/key-engraver.cc @@ -50,7 +50,7 @@ protected: void Key_engraver::do_removal_processing () { - old_accs_ = SCM_EOL; // unprotect can be called from dtor. + old_accs_ = SCM_EOL; // unprotect can not be called from dtor. } Key_engraver::Key_engraver ()