summaryrefslogtreecommitdiffstats
path: root/tksao/frame/circle.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/circle.h')
-rw-r--r--tksao/frame/circle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/circle.h b/tksao/frame/circle.h
index 2ce4e2b..c6e6bb6 100644
--- a/tksao/frame/circle.h
+++ b/tksao/frame/circle.h
@@ -20,7 +20,7 @@ class Circle : public BaseEllipse {
#ifdef MAC_OSX_TK
void renderMACOSXCircleDraw(Vector&, double, float, float);
- void renderMACOSXEllipseArcDraw(Vector&, Vector&, Vector&, Vector&);
+ void renderMACOSXEllipseDraw();
#endif
#ifdef __WIN32