fix gcc build
This commit is contained in:
@@ -48,6 +48,10 @@ class Array {
|
||||
return m_Data[a_Index];
|
||||
}
|
||||
|
||||
const T& operator[](std::size_t a_Index) const {
|
||||
return m_Data[a_Index];
|
||||
}
|
||||
|
||||
~Array() {
|
||||
delete [] m_Data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user