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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tksao/frame/circle.h b/tksao/frame/circle.h
index eaec029..6e50a06 100644
--- a/tksao/frame/circle.h
+++ b/tksao/frame/circle.h
@@ -12,8 +12,8 @@ class Circle : public BaseEllipse {
int fill_;
protected:
- void renderXCircleDraw(Drawable, GC, Vector&, Vector&, int, int);
- void renderXEllipseDraw(Drawable, GC);
+ void renderXCircleDraw(Drawable, GC, Vector&, Vector&, int, int, RenderMode);
+ void renderXEllipseDraw(Drawable, GC, RenderMode);
void renderPSDraw();