]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/list.hh
release: 0.0.70pre
[lilypond.git] / flower / include / list.hh
index 343ccffcbc9f822cce1200cca21c6fe3b2604ab5..fcc5e70712598d114968135b55f2f87299b4cd5c 100644 (file)
@@ -42,6 +42,7 @@ class List
     Cursor<T> top() const;
 
     void OK() const;           // check list
+    void junk_links();
     
  protected:
     friend class Cursor<T>;