diff --git a/src/ox/std/vector.hpp b/src/ox/std/vector.hpp index 7c2a747b5..afcc0e554 100644 --- a/src/ox/std/vector.hpp +++ b/src/ox/std/vector.hpp @@ -103,7 +103,7 @@ struct SmallVector { } -template +template class Vector: detail::SmallVector { public: