mirror of https://github.com/AxioDL/tinyxml2.git
Remove redundant parameters list
This commit is contained in:
parent
38b49ae042
commit
9a5a48dbd2
|
@ -215,7 +215,7 @@ template <class T, int INIT>
|
||||||
class DynArray
|
class DynArray
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
DynArray< T, INIT >() {
|
DynArray() {
|
||||||
_mem = _pool;
|
_mem = _pool;
|
||||||
_allocated = INIT;
|
_allocated = INIT;
|
||||||
_size = 0;
|
_size = 0;
|
||||||
|
|
Loading…
Reference in New Issue