]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob.hh
Issue 2826: Let do_yyparse return a value rather than going through parseStringResult
[lilypond.git] / lily / include / grob.hh
index 14a7b4792509e1021fc7d87d1b8d3237572c29f5..09cd566ad335b39708990d05ab74894ff2099af1 100644 (file)
@@ -25,6 +25,8 @@
 #include "dimension-cache.hh"
 #include "grob-interface.hh"
 
+#include <set>
+
 class Grob
 {
 private:
@@ -171,6 +173,7 @@ Item *unsmob_item (SCM);
 /* refpoints */
 Grob *common_refpoint_of_list (SCM elt_list, Grob *, Axis a);
 Grob *common_refpoint_of_array (vector<Grob *> const &, Grob *, Axis a);
+Grob *common_refpoint_of_array (set<Grob *> const &, Grob *, Axis a);
 System *get_root_system (Grob *me);
 
 /* extents */