summaryrefslogtreecommitdiffstats
path: root/core/variant/variant_destruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/variant/variant_destruct.h')
-rw-r--r--core/variant/variant_destruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/variant/variant_destruct.h b/core/variant/variant_destruct.h
index c5f9c260c0..c496189c6d 100644
--- a/core/variant/variant_destruct.h
+++ b/core/variant/variant_destruct.h
@@ -35,7 +35,7 @@
#include "core/object/class_db.h"
-template <class T>
+template <typename T>
struct VariantDestruct {};
#define MAKE_PTRDESTRUCT(m_type) \