]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/interval.hh
patch::: 1.0.12.hwn1
[lilypond.git] / flower / include / interval.hh
index 9468fae4871024d00e32720a364ebfdfa3aa696b..20f5987e430b53568973814e5d21ecddf99053fe 100644 (file)
@@ -100,7 +100,7 @@ struct Interval_t {
   }
   String str() const;    
   void print () const;
-  bool elt_b (T r);
+  bool elem_b (T r);
   void negate () {
     T r = -left;
     T l = -right;