]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/gdb.cc
patch::: 1.3.9.hwn2
[lilypond.git] / lily / gdb.cc
index 0df1e5085acb07836453f30bc07ee7fb2d64b6ca..9404eb1c691a3e30cab41552891ee57ad046b100 100644 (file)
@@ -3,12 +3,12 @@
 
 // thanks to GDBs wonderful casting abilities, we need these:
 Item*
-to_item (Graphical_element* g)
+to_item (Score_element* g)
 {
   return dynamic_cast<Item*>(g);
 }
 Spanner*
-to_spanner (Graphical_element*g)
+to_spanner (Score_element*g)
 {
   return dynamic_cast<Spanner*>(g);
 }