X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Ffont-metric.cc;h=458528dd2e4dce9a6994a6975c2f0a86ae570ebf;hb=978bc4c9ea9a904d0365e8935a41cfaea9696a7c;hp=691ed2b5e50cb4e089006b3ed0d02423affaf9ec;hpb=40652d626dc52d09f28ec25e1a986c036ac171ae;p=lilypond.git diff --git a/lily/font-metric.cc b/lily/font-metric.cc index 691ed2b5e5..458528dd2e 100644 --- a/lily/font-metric.cc +++ b/lily/font-metric.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1999--2010 Han-Wen Nienhuys + Copyright (C) 1999--2011 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 @@ -79,7 +79,7 @@ Font_metric::count () const } Box -Font_metric::get_indexed_char_dimensions (size_t k) const +Font_metric::get_indexed_char_dimensions (size_t) const { return Box (Interval (0, 0), Interval (0, 0)); } @@ -157,7 +157,7 @@ Font_metric::sub_fonts () const } Stencil -Font_metric::text_stencil (Output_def* state, +Font_metric::text_stencil (Output_def *state, string, bool) const { (void) state;