1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

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

@@ -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) {