From 95defc9cd0ab7fbeadb4c26749a9c04d69aac054 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 22 Aug 2014 17:34:19 +0200 Subject: [PATCH] Minor style fixes to some class definitions. --- lily/context-property.cc | 3 ++- lily/include/output-def.hh | 2 +- lily/undead.cc | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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), -- 2.39.2