diff options
Diffstat (limited to 'core/variant/variant_destruct.h')
-rw-r--r-- | core/variant/variant_destruct.h | 2 |
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) \ |