From 26049351e09d75bdf8b35273a76cf65202583fa7 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 27 May 2010 17:20:18 +0000 Subject: Better device hierarchy with surfaces and graphics drivers. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7617 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_arc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fl_arc.cxx') 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: -- cgit v1.2.3