summaryrefslogtreecommitdiffstats
path: root/tksao/frame/circle.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-13 15:52:18 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-13 15:52:18 (GMT)
commit233845c07587f8f078cc167831b94f2d4692dfcf (patch)
tree2fc19f6fe83cb5f4ee9b4d1c38113072c6f01c0a /tksao/frame/circle.h
parent7bb419ae0262ed4c4f9f58cfa90da98f0faa7f70 (diff)
downloadblt-233845c07587f8f078cc167831b94f2d4692dfcf.zip
blt-233845c07587f8f078cc167831b94f2d4692dfcf.tar.gz
blt-233845c07587f8f078cc167831b94f2d4692dfcf.tar.bz2
simplify code
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 c59de03..1d7ff77 100644
--- a/tksao/frame/circle.h
+++ b/tksao/frame/circle.h
@@ -8,7 +8,7 @@
#include "baseellipse.h"
#include "basefill.h"
-class Circle : public BaseEllipse, public BaseFill {
+class Circle : public BaseEllipse, public BaseFillEllipse {
protected:
void renderXCircleDraw(Drawable, GC, Vector&, Vector&, int, int);
void renderPSCircleDraw(Vector& cc, double l, float a1, float a2);