summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/templates/vmap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/godot_cpp/templates/vmap.hpp')
-rw-r--r--include/godot_cpp/templates/vmap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/godot_cpp/templates/vmap.hpp b/include/godot_cpp/templates/vmap.hpp
index 881ac25..926ccd3 100644
--- a/include/godot_cpp/templates/vmap.hpp
+++ b/include/godot_cpp/templates/vmap.hpp
@@ -35,7 +35,7 @@
namespace godot {
-template <class T, class V>
+template <typename T, typename V>
class VMap {
public:
struct Pair {