summaryrefslogtreecommitdiffstats
path: root/tksao/frame/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/box.h')
-rw-r--r--tksao/frame/box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/box.h b/tksao/frame/box.h
index e558688..9852657 100644
--- a/tksao/frame/box.h
+++ b/tksao/frame/box.h
@@ -12,7 +12,7 @@ class Box : public BaseBox {
int fill_;
protected:
- void renderXDraw(Drawable drawable, GC lgc, XPoint* pp);
+ void renderXDraw(Drawable, GC, XPoint*, RenderMode);
void renderPSDraw(int);
#ifdef MAC_OSX_TK