X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lib%2Fplet.cc;h=686909382a19cb3119a8fa4a2d094332c1460720;hb=2862b1027f316a2f0444fa92e441ee28acf7a463;hp=73df524f7d76e0a2ec69f219980ed72038920720;hpb=68ffccad7c4d4ce0386cb60c537c99523e61c4d9;p=lilypond.git diff --git a/lib/plet.cc b/lib/plet.cc index 73df524f7d..686909382a 100644 --- a/lib/plet.cc +++ b/lib/plet.cc @@ -16,13 +16,13 @@ Plet::Plet() } Moment -Plet::mom()const +Plet::mom() const { - return Moment( iso_i_, type_i_ ); + return Moment(iso_i_, type_i_); } bool -Plet::unit_b()const +Plet::unit_b() const { return type_i_ == 1 && iso_i_ == 1; }