From ac495e974ab7645c60e06ddd34b4138592aa251c Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Fri, 12 Dec 2014 23:02:28 +0100 Subject: [PATCH] Update test --- xs/xsp/Point.xsp | 1 + 1 file changed, 1 insertion(+) diff --git a/xs/xsp/Point.xsp b/xs/xsp/Point.xsp index e1163ea5c..f058ead97 100644 --- a/xs/xsp/Point.xsp +++ b/xs/xsp/Point.xsp @@ -116,4 +116,5 @@ Point::coincides_with(point_sv) %code{% THIS->y = val; %}; void set_z(double val) %code{% THIS->z = val; %}; + void translate(double x, double y, double z); };