diff options
Diffstat (limited to 'include/godot_cpp/templates/vmap.hpp')
-rw-r--r-- | include/godot_cpp/templates/vmap.hpp | 2 |
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 { |