]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-interface.cc
(class Grob): move pscore, dim_cache_,
[lilypond.git] / lily / grob-interface.cc
index baefab264fa460be10e9b4a21f8a11d09fe392c2..9e433818e9f73075889fe8ca337c528593a7651b 100644 (file)
@@ -34,7 +34,7 @@ check_interfaces_for_property (Grob const *me, SCM sym)
       return;
     }
 
-  SCM ifs = me->interfaces_;
+  SCM ifs = me->interfaces ();
 
   SCM all_ifaces = ly_all_grob_interfaces ();
   bool found = false;