libcanvas: reapply LineSet::add_line -> add_coord change after rebase conflicts with master

This commit is contained in:
Paul Davis 2021-05-10 15:12:38 -06:00
parent 19768953bf
commit 82bad0725a
5 changed files with 10 additions and 11 deletions

View file

@ -131,7 +131,7 @@ LineSet::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const
}
void
LineSet::add_line (Coord y, Distance width, Gtkmm2ext::Color color)
LineSet::add_coord (Coord y, Distance width, Gtkmm2ext::Color color)
{
begin_change ();