diff options
author | unknown <konstantin@mysql.com> | 2005-11-02 20:44:09 +0300 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2005-11-02 20:44:09 +0300 |
commit | 8d13a5f4bc2a3dfbf1a89466f1e1bc7277d9c85a (patch) | |
tree | 7c988e5a74f942c89123bcad2a30938b0bfdcee2 /sql/spatial.h | |
parent | 3c76331f4cc22b9d2d2b8be08ed218532d700a35 (diff) | |
download | mariadb-git-8d13a5f4bc2a3dfbf1a89466f1e1bc7277d9c85a.tar.gz |
Fix -ansi -pedantic compilation failure
Diffstat (limited to 'sql/spatial.h')
-rw-r--r-- | sql/spatial.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/spatial.h b/sql/spatial.h index 6189d5c1462..4253689c078 100644 --- a/sql/spatial.h +++ b/sql/spatial.h @@ -245,8 +245,8 @@ public: static Geometry *create_from_wkt(Geometry_buffer *buffer, Gis_read_stream *trs, String *wkt, bool init_stream=1); - static int Geometry::create_from_wkb(Geometry_buffer *buffer, - const char *wkb, uint32 len, String *res); + static int create_from_wkb(Geometry_buffer *buffer, + const char *wkb, uint32 len, String *res); int as_wkt(String *wkt, const char **end) { uint32 len= get_class_info()->m_name.length; |