]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob.cc
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / lily / grob.cc
index a30f020c8edee8978b6dfad794bebd5cb0d34bca..382cbe2de71742d05c32b45d27aa4594402360ef 100644 (file)
@@ -45,7 +45,7 @@ Grob::Grob (SCM basicprops)
   /*
     fixme: default should be no callback.
    */
-
+  self_scm_ = SCM_EOL;
   pscore_=0;
   status_ = 0;
   original_ = 0;
@@ -122,6 +122,8 @@ Grob::Grob (Grob const&s)
    : dim_cache_ (s.dim_cache_)
 {
   original_ = (Grob*) &s;
+  self_scm_ = SCM_EOL;
+
   immutable_property_alist_ = s.immutable_property_alist_;
 
   mutable_property_alist_ = SCM_EOL;
@@ -751,7 +753,7 @@ Grob::print_smob (SCM s, SCM port, scm_print_state *)
 }
 
 SCM
-Grob::do_derived_mark ()
+Grob::do_derived_mark () const
 {
   return SCM_EOL;
 }