diff options
author | unknown <petr@mysql.com> | 2005-11-04 16:17:43 +0300 |
---|---|---|
committer | unknown <petr@mysql.com> | 2005-11-04 16:17:43 +0300 |
commit | 57923440f3711dd6287df9d8f54e94b9031c7ec0 (patch) | |
tree | ffb45a853c8aa9d7ee56d3d2f94c1bdcc243311e /sql/spatial.h | |
parent | 1484d54821ff70c2acc43f851ff97fddff0b156c (diff) | |
download | mariadb-git-57923440f3711dd6287df9d8f54e94b9031c7ec0.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 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; |