From: David Kastrup Date: Fri, 22 Aug 2014 15:34:19 +0000 (+0200) Subject: Minor style fixes to some class definitions. X-Git-Tag: release/2.19.14-1~36 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=95defc9cd0ab7fbeadb4c26749a9c04d69aac054;p=lilypond.git Minor style fixes to some class definitions. --- diff --git a/lily/context-property.cc b/lily/context-property.cc index 5f2c8c70e5..d7584d1381 100644 --- a/lily/context-property.cc +++ b/lily/context-property.cc @@ -63,7 +63,8 @@ typecheck_grob (SCM symbol, SCM value) || type_check_assignment (symbol, value, ly_symbol2scm ("backend-type?")); } -class Grob_properties { +class Grob_properties +{ friend class Grob_property_info; friend SCM ly_make_grob_properties (SCM); // alist_ may contain unexpanded nested overrides diff --git a/lily/include/output-def.hh b/lily/include/output-def.hh index fa9c712daf..e0091e3654 100644 --- a/lily/include/output-def.hh +++ b/lily/include/output-def.hh @@ -46,7 +46,7 @@ one coming from score at markup level) */ -class Output_def +class Output_def { public: diff --git a/lily/undead.cc b/lily/undead.cc index b29386d2ce..a43d46d21c 100644 --- a/lily/undead.cc +++ b/lily/undead.cc @@ -52,7 +52,7 @@ Undead::print_smob (SCM undead, IMPLEMENT_SIMPLE_SMOBS (Undead); IMPLEMENT_DEFAULT_EQUAL_P (Undead); -IMPLEMENT_TYPE_P (Undead, "ly:undead?") +IMPLEMENT_TYPE_P (Undead, "ly:undead?"); LY_DEFINE (ly_make_undead, "ly:make-undead", 1, 0, 0, (SCM object),