[ox] Get building with devkitARM again

This commit is contained in:
2019-03-18 00:19:04 -05:00
parent 22da505869
commit b33cd06031
6 changed files with 18 additions and 11 deletions

View File

@ -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 {