diff options
Diffstat (limited to 'include/godot_cpp/templates/self_list.hpp')
-rw-r--r-- | include/godot_cpp/templates/self_list.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/godot_cpp/templates/self_list.hpp b/include/godot_cpp/templates/self_list.hpp index 3bb13a3..f7a65f6 100644 --- a/include/godot_cpp/templates/self_list.hpp +++ b/include/godot_cpp/templates/self_list.hpp @@ -36,7 +36,7 @@ namespace godot { -template <class T> +template <typename T> class SelfList { public: class List { |