summaryrefslogtreecommitdiff
path: root/sql/spatial.h
diff options
context:
space:
mode:
authorunknown <ram@ram.(none)>2002-08-22 12:21:58 +0500
committerunknown <ram@ram.(none)>2002-08-22 12:21:58 +0500
commitd1a7eea83e474cc83f1754ca19602dc8b483ae5b (patch)
treefe6e5cc8c22789f784617153179133d28bfbf2ef /sql/spatial.h
parent08a32ab1b12ec34bdf8f0e5da3bdffb6423884a2 (diff)
downloadmariadb-git-d1a7eea83e474cc83f1754ca19602dc8b483ae5b.tar.gz
Spatial code cleanup
Diffstat (limited to 'sql/spatial.h')
-rw-r--r--sql/spatial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/spatial.h b/sql/spatial.h
index 2daa8e856c9..c6e30a44fbf 100644
--- a/sql/spatial.h
+++ b/sql/spatial.h
@@ -71,7 +71,7 @@ struct MBR
}
}
- void add_xy(double *px, double *py)
+ void add_xy(const char *px, const char *py)
{ /* Not using "else" for proper one point MBR calculation */
double x, y;
float8get(x, px);