X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-head.cc;h=73a2255d9040a91199e994cf05c2fe0e6f9a74b5;hb=8e2eaf4959bec63a1128a444591a540f4f1e2937;hp=dda8e040b963d806b30116f457d0afb76f7cd642;hpb=5af7cd44435fd26fade6e700a3912630e1553a87;p=lilypond.git diff --git a/lily/note-head.cc b/lily/note-head.cc index dda8e040b9..73a2255d90 100644 --- a/lily/note-head.cc +++ b/lily/note-head.cc @@ -33,8 +33,6 @@ using namespace std; #include "staff-symbol-referencer.hh" #include "warn.hh" -using std::string; - static Stencil internal_print (Grob *me, string *font_char) { @@ -213,5 +211,6 @@ ADD_INTERFACE (Note_head, "glyph-name " "stem-attachment " "style " + "ledger-positions " );