summaryrefslogtreecommitdiff
path: root/ClockP.h
diff options
context:
space:
mode:
Diffstat (limited to 'ClockP.h')
-rw-r--r--ClockP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClockP.h b/ClockP.h
index cc075a8..ff9b230 100644
--- a/ClockP.h
+++ b/ClockP.h
@@ -88,7 +88,7 @@ extern ClockClassRec clockClassRec;
extern void paint_jewel ( ClockWidget w, Drawable d, GC gc );
extern int check_jewel_poly ( ClockWidget w, TPoint poly[6] );
extern void check_jewel ( ClockWidget w, Drawable d, GC gc );
-extern void compute_hand ( ClockWidget w, double a, double l, double width,
+extern void compute_hand ( ClockWidget w, double a, double l, double width,
TPoint poly[6] );
extern void compute_hands ( ClockWidget w );
extern void paint_hand ( ClockWidget w, Drawable d, GC gc, TPoint poly[6] );