[ox] Get building with devkitARM again
This commit is contained in:
2
deps/ox/src/ox/std/vector.hpp
vendored
2
deps/ox/src/ox/std/vector.hpp
vendored
@ -174,7 +174,7 @@ const T &Vector<T>::back() const noexcept {
|
||||
template<typename T>
|
||||
std::size_t Vector<T>::size() const noexcept {
|
||||
return m_size;
|
||||
};
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
void Vector<T>::resize(std::size_t size) noexcept {
|
||||
|
Reference in New Issue
Block a user