]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lookup.hh
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / lily / include / lookup.hh
index 74968f1603ea3ebff95119a9ea8e026b546dc8ee..5fe740482593e6f93365d63aa31086a1709ce7da 100644 (file)
@@ -29,7 +29,7 @@ namespace Lookup
   Stencil bracket (Axis a, Interval iv, Real thick, Real protrude, Real blot);
   Stencil circle (Real rad, Real thick, bool filled);
   Stencil rotated_box (Real slope, Real width, Real thick, Real blot);
-  Stencil round_filled_polygon (std::vector<Offset> const &points, Real blotdiameter, Real extroversion = -1.0);
+  Stencil round_filled_polygon (vector<Offset> const &points, Real blotdiameter, Real extroversion = -1.0);
   Stencil frame (Box b, Real thick, Real blot);
   Stencil slur (Bezier controls, Real cthick, Real thick,
                        SCM dash_definition);
@@ -42,7 +42,7 @@ namespace Lookup
   Stencil repeat_slash (Real w, Real slope, Real th);
   Stencil horizontal_line (Interval w, Real th);
   Stencil triangle (Interval iv, Real thick, Real protrude);
-  Stencil points_to_line_stencil (Real thick, std::vector<Offset> const &points);
+  Stencil points_to_line_stencil (Real thick, vector<Offset> const &points);
 };
 
 #endif // LOOKUP_HH