X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftie-column.hh;h=4832efe0bc56e4539e57781f229ee02c365908ea;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=3821f3b80ae986c67717ee0ebf4fda7b28a29616;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/lily/include/tie-column.hh b/lily/include/tie-column.hh index 3821f3b80a..4832efe0bc 100644 --- a/lily/include/tie-column.hh +++ b/lily/include/tie-column.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2000--2011 Han-Wen Nienhuys + Copyright (C) 2000--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ class Tie_column { public: - DECLARE_GROB_INTERFACE(); + DECLARE_GROB_INTERFACE (); static void add_tie (Grob *me, Grob *); DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM)); DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));