[apps/shared] CurveView: resolve name conflict -

drawHorizontalOrVerticalSegment & drawSegment -
This commit is contained in:
Émilie Feral
2020-03-18 09:40:13 +01:00
parent 7d60c6554e
commit aaf71328ba
7 changed files with 18 additions and 18 deletions

View File

@@ -37,7 +37,7 @@ void PlotView::traceDot(KDContext * ctx, KDRect r, PlotStore::Dot dot) const {
}
void PlotView::traceSegment(KDContext * ctx, KDRect r, PlotStore::Segment segment) const {
drawSegment2(
drawSegment(
ctx, r,
segment.xStart(), segment.yStart(),
segment.xEnd(), segment.yEnd(),