diff options
author | petr@mysql.com <> | 2005-11-04 16:17:43 +0300 |
---|---|---|
committer | petr@mysql.com <> | 2005-11-04 16:17:43 +0300 |
commit | 085b48427dc79339e6c9801d08881606fa8b4ec6 (patch) | |
tree | ffb45a853c8aa9d7ee56d3d2f94c1bdcc243311e /sql | |
parent | b8248334d98145247dcaa249a9c7cde600192ae7 (diff) | |
download | mariadb-git-085b48427dc79339e6c9801d08881606fa8b4ec6.tar.gz |
fix --ansi --pedantic compilation failure
Diffstat (limited to 'sql')
-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 acd16172fcc..ec5e80e00fd 100644 --- a/sql/spatial.h +++ b/sql/spatial.h @@ -240,8 +240,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; |