Skip to content

Commit 330b32e

Browse files
committed
Fix clang compile error
1 parent ed70f76 commit 330b32e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/connect/value.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ class DllExport DTVAL : public TYPVAL<int> {
412412
// Constructors
413413
DTVAL(PGLOBAL g, int n, int p, PCSZ fmt);
414414
DTVAL(int n);
415+
using TYPVAL::SetValue;
415416

416417
// Implementation
417418
virtual bool SetValue_pval(PVAL valp, bool chktype);

0 commit comments

Comments
 (0)