diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-05-19 22:27:26 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-05-19 22:27:26 +0200 |
commit | eb30230359309de8972d771cbf282097b1175a09 (patch) | |
tree | 78342b321820ec6ce5c9a3636574ea174ee40283 /storage/connect/xobject.h | |
parent | 6dcc378964a1a35c0c95b6963b73224e52cf4cad (diff) | |
download | mariadb-git-eb30230359309de8972d771cbf282097b1175a09.tar.gz |
compilation warnings in Connect
Diffstat (limited to 'storage/connect/xobject.h')
-rw-r--r-- | storage/connect/xobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/connect/xobject.h b/storage/connect/xobject.h index 204144182c8..bc5912d3054 100644 --- a/storage/connect/xobject.h +++ b/storage/connect/xobject.h @@ -112,8 +112,8 @@ class DllExport CONSTANT : public XOBJECT { {return Value->SetConstFormat(g, fmt);} void Convert(PGLOBAL g, int newtype); void SetValue(PVAL vp) {Value = vp;} - virtual void Print(PGLOBAL g, FILE *, uint); - virtual void Print(PGLOBAL g, char *, uint); + virtual void Printf(PGLOBAL g, FILE *, uint); + virtual void Prints(PGLOBAL g, char *, uint); }; // end of class CONSTANT /***********************************************************************/ |