summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/templates/vset.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/godot_cpp/templates/vset.hpp')
-rw-r--r--include/godot_cpp/templates/vset.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/godot_cpp/templates/vset.hpp b/include/godot_cpp/templates/vset.hpp
index 29f0cef..ce21ba8 100644
--- a/include/godot_cpp/templates/vset.hpp
+++ b/include/godot_cpp/templates/vset.hpp
@@ -35,7 +35,7 @@
namespace godot {
-template <class T>
+template <typename T>
class VSet {
Vector<T> _data;