Enforce template syntax typename over class
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
|
||||
#include "core/object/class_db.h"
|
||||
|
||||
template <class T>
|
||||
template <typename T>
|
||||
struct VariantDestruct {};
|
||||
|
||||
#define MAKE_PTRDESTRUCT(m_type) \
|
||||
|
||||
Reference in New Issue
Block a user