mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
fix --ansi --pedantic compilation failure
This commit is contained in:
parent
b8248334d9
commit
085b48427d
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue