diff options
Diffstat (limited to 'src/fl_arc.cxx')
| -rw-r--r-- | src/fl_arc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_arc.cxx b/src/fl_arc.cxx index 0ee4269a4..0003319cc 100644 --- a/src/fl_arc.cxx +++ b/src/fl_arc.cxx @@ -43,7 +43,7 @@ static double _fl_hypot(double x, double y) { return sqrt(x*x + y*y); } -void Fl_Device::arc(double x, double y, double r, double start, double end) { +void Fl_Graphics_Driver::arc(double x, double y, double r, double start, double end) { // draw start point accurately: |
