Made array a structural type

This commit is contained in:
Andreas Tsouchlos 2022-02-20 14:29:58 +01:00
parent 8e51facd10
commit 5ba1723295

View File

@ -114,7 +114,6 @@ public:
return (&(m_data[t_size - 1]) + 1);
}
private:
data_t m_data[t_size];
};