aboutsummaryrefslogtreecommitdiff
path: root/source/10-common/PodVector.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/10-common/PodVector.hpp')
-rw-r--r--source/10-common/PodVector.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/10-common/PodVector.hpp b/source/10-common/PodVector.hpp
index 74e99d6..bd92e7d 100644
--- a/source/10-common/PodVector.hpp
+++ b/source/10-common/PodVector.hpp
@@ -8,7 +8,7 @@
#include <cstring>
#include <span>
-template <class T>
+template <typename T>
class PodVector {
public:
using value_type = T;