summaryrefslogtreecommitdiffstats
path: root/tksao/frame/baseellipse.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/baseellipse.h')
-rw-r--r--tksao/frame/baseellipse.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tksao/frame/baseellipse.h b/tksao/frame/baseellipse.h
index 2789d81..cdeb12c 100644
--- a/tksao/frame/baseellipse.h
+++ b/tksao/frame/baseellipse.h
@@ -51,8 +51,9 @@ class BaseEllipse : public BaseMarker {
protected:
void renderX(Drawable, Coord::InternalSystem, RenderMode);
- virtual void renderXCircleDraw(Drawable, GC, Vector&, Vector&, int, int);
- virtual void renderXEllipseDraw(Drawable, GC);
+ virtual void renderXCircleDraw(Drawable, GC, Vector&, Vector&,
+ int, int, RenderMode);
+ virtual void renderXEllipseDraw(Drawable, GC, RenderMode);
void renderXEllipseDashDraw(Drawable, GC);
void renderPS(int);