Commit 330b32eb authored by Olivier Bertrand's avatar Olivier Bertrand

Fix clang compile error

parent ed70f76c
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment