diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2021-06-24 23:56:13 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2021-06-24 23:56:13 +0200 |
commit | 330b32ebd95b25793c06e066c3f7829a22d0590f (patch) | |
tree | 422bcaf1ae28c381faebea1c07e7de391ae52028 /storage/connect | |
parent | ed70f76cf7cbe2195909c5e495a4b18347a7c58c (diff) | |
download | mariadb-git-330b32ebd95b25793c06e066c3f7829a22d0590f.tar.gz |
Fix clang compile error
Diffstat (limited to 'storage/connect')
-rw-r--r-- | storage/connect/value.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/connect/value.h b/storage/connect/value.h index f709c7dbad0..9b4b9164fa5 100644 --- a/storage/connect/value.h +++ b/storage/connect/value.h @@ -412,6 +412,7 @@ class DllExport DTVAL : public TYPVAL<int> { // Constructors DTVAL(PGLOBAL g, int n, int p, PCSZ fmt); DTVAL(int n); + using TYPVAL::SetValue; // Implementation virtual bool SetValue_pval(PVAL valp, bool chktype); |