Skip to content
Permalink
Browse files
Fix clang compile error
  • Loading branch information
Buggynours committed Jun 24, 2021
1 parent ed70f76 commit 330b32e
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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);

0 comments on commit 330b32e

Please sign in to comment.