mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Enforce template syntax typename over class
This commit is contained in:
@@ -366,7 +366,7 @@ public:
|
||||
mutable double debug_redraw_time = 0;
|
||||
#endif
|
||||
|
||||
template <class T>
|
||||
template <typename T>
|
||||
T *alloc_command() {
|
||||
T *command = nullptr;
|
||||
if (commands == nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user