Enforce template syntax typename over class

This commit is contained in:
Thaddeus Crews
2024-03-07 20:29:49 -06:00
parent aef11a1427
commit 9903e6779b
101 changed files with 538 additions and 538 deletions

View File

@ -35,7 +35,7 @@
#include "core/object/class_db.h"
template <class T>
template <typename T>
struct VariantDestruct {};
#define MAKE_PTRDESTRUCT(m_type) \