]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/accidental-engraver.cc
Issue 2552: Non-initialized member variables
[lilypond.git] / lily / accidental-engraver.cc
index bc013f516f34d3d834ab28ce2ee5eb8b19232d6e..9c4d8976fe19c43d6dbae0e87b8a1a110e83d459 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Modified 2001--2002 by Rune Zedeler <rz@daimi.au.dk>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -58,6 +58,7 @@ Accidental_entry::Accidental_entry ()
   melodic_ = 0;
   accidental_ = 0;
   origin_ = 0;
+  origin_engraver_ = 0;
   head_ = 0;
 }