aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/Geo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/Geo.h b/generic/Geo.h
index bac8166..fc5325b 100644
--- a/generic/Geo.h
+++ b/generic/Geo.h
@@ -199,8 +199,8 @@ void
PointPolarToCartesian(ZnReal heading,
int rho,
int theta,
- int *delta_x,
- int *delta_y);
+ ZnDim *delta_x,
+ ZnDim *delta_y);
ZnReal
ProjectionToAngle(ZnDim dx,