diff options
author | konstantin@mysql.com <> | 2005-11-02 20:44:09 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2005-11-02 20:44:09 +0300 |
commit | c2f224be5e48d48f7e4bea42344ae543bb851de3 (patch) | |
tree | 7c988e5a74f942c89123bcad2a30938b0bfdcee2 /sql/spatial.h | |
parent | efbdd24c969779ead230ef7e7c0774de0c6270ee (diff) | |
download | mariadb-git-c2f224be5e48d48f7e4bea42344ae543bb851de3.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; |