]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob.hh
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / grob.hh
index 73d58a8c2c26a78762593864158b23307bbcd1fc..433ea7ec436a363bd3d40cab9ae70e8493b74c09 100644 (file)
@@ -127,7 +127,7 @@ public:
   Grob *get_parent (Axis a) const;
   void fixup_refpoint ();
 
-  virtual Interval_t<int> spanned_rank_iv () const;
+  virtual Interval_t<int> spanned_rank_interval () const;
 };
 
 /* smob utilities */
@@ -153,5 +153,4 @@ SCM call_pure_function (SCM unpure, SCM args, int start, int end);
 
 void set_nested_property (Grob *, SCM property_path, SCM value);
 
-
 #endif /* GROB_HH */