summaryrefslogtreecommitdiff
path: root/sql/spatial.h
diff options
context:
space:
mode:
authorram@ram.(none) <>2002-08-22 12:21:58 +0500
committerram@ram.(none) <>2002-08-22 12:21:58 +0500
commitd002322aff9f20d2617f149f3fc2c91b9950fa36 (patch)
treefe6e5cc8c22789f784617153179133d28bfbf2ef /sql/spatial.h
parent1c1b27588cefb7a580c6d34d1696f609978b7706 (diff)
downloadmariadb-git-d002322aff9f20d2617f149f3fc2c91b9950fa36.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);