From 9903e6779b70fc03aae70a37b9cf053f4f355b91 Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Thu, 7 Mar 2024 20:29:49 -0600 Subject: Enforce template syntax `typename` over `class` --- main/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') diff --git a/main/main.h b/main/main.h index 062af73d57..755c7d841a 100644 --- a/main/main.h +++ b/main/main.h @@ -35,7 +35,7 @@ #include "core/os/thread.h" #include "core/typedefs.h" -template +template class Vector; class Main { -- cgit v1.2.3