X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fgrob-info.cc;h=e7445d9e90a61e6213a8b5faaa5ac0216949e45d;hb=a8172deda8ce6983c19b8217cd7b1879a8fcb653;hp=161fe778e59af089b04c53b022645667fa2d1aae;hpb=83ed05cef3bfcbd69f4148e8ee0669ca0664e214;p=lilypond.git diff --git a/lily/grob-info.cc b/lily/grob-info.cc index 161fe778e5..e7445d9e90 100644 --- a/lily/grob-info.cc +++ b/lily/grob-info.cc @@ -14,7 +14,6 @@ #include "spanner.hh" #include "item.hh" - Grob_info::Grob_info (Translator *t, Grob *g) { origin_trans_ = t; @@ -49,21 +48,20 @@ Grob_info::origin_contexts (Translator *end) const return r; } - -Context* +Context * Grob_info::context () const { return origin_trans_->context (); } -Spanner* +Spanner * Grob_info::spanner () const { - return dynamic_cast (grob_); + return dynamic_cast (grob_); } -Item* +Item * Grob_info::item () const { - return dynamic_cast (grob_); + return dynamic_cast (grob_); }