summaryrefslogtreecommitdiffstats
path: root/main/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/main.h')
-rw-r--r--main/main.h2
1 files changed, 1 insertions, 1 deletions
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 <class T>
+template <typename T>
class Vector;
class Main {