summaryrefslogtreecommitdiff
path: root/src/fl_arc.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-05-27 17:20:18 +0000
committerManolo Gouy <Manolo>2010-05-27 17:20:18 +0000
commit26049351e09d75bdf8b35273a76cf65202583fa7 (patch)
tree010685555b9f83d071a14262e8ce346c7388f254 /src/fl_arc.cxx
parent0a280ce591046f6834f1233087a72fa6bdd97bad (diff)
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
Diffstat (limited to 'src/fl_arc.cxx')
-rw-r--r--src/fl_arc.cxx2
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: