diff options
Diffstat (limited to 'tksao/frame/epanda.h')
-rw-r--r-- | tksao/frame/epanda.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/epanda.h b/tksao/frame/epanda.h index 9b92336..4134273 100644 --- a/tksao/frame/epanda.h +++ b/tksao/frame/epanda.h @@ -10,7 +10,7 @@ class Epanda : public BaseEllipse { private: void renderX(Drawable, Coord::InternalSystem, RenderMode); - void renderPS(int); + void renderPS(Widget::PSColorSpace); #ifdef MAC_OSX_TK void renderMACOSX(); #endif |