mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
fix(array): remove unimplemented function call
This commit is contained in:
parent
2c3fd20a0c
commit
6efff35836
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ class TSBaseArray {
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
T& TSBaseArray<T>::operator[](uint32_t i) {
|
T& TSBaseArray<T>::operator[](uint32_t i) {
|
||||||
this->CheckArrayBounds(i);
|
|
||||||
return this->m_data[i];
|
return this->m_data[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue