summaryrefslogtreecommitdiffstats
path: root/tksao/frame/polygon.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/polygon.h')
-rw-r--r--tksao/frame/polygon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/polygon.h b/tksao/frame/polygon.h
index dcf2fe9..9fce56c 100644
--- a/tksao/frame/polygon.h
+++ b/tksao/frame/polygon.h
@@ -16,7 +16,7 @@ class Polygon : public BasePolygon {
protected:
int isInRef(const Vector& v);
void renderX(Drawable, Coord::InternalSystem, RenderMode);
- void renderPS(Widget::PSColorSpace);
+ void renderPS(PSColorSpace);
#ifdef MAC_OSX_TK
void renderMACOSX();
#endif