Remove redundant parameters list
This commit is contained in:
@@ -215,7 +215,7 @@ template <class T, int INIT>
|
||||
class DynArray
|
||||
{
|
||||
public:
|
||||
DynArray< T, INIT >() {
|
||||
DynArray() {
|
||||
_mem = _pool;
|
||||
_allocated = INIT;
|
||||
_size = 0;
|
||||
|
||||
Reference in New Issue
Block a user