mirror of https://github.com/AxioDL/tinyxml2.git
Merge pull request #276 from Dmitry-Me/removeRedundantParametersList
Remove redundant parameters list
This commit is contained in:
commit
e94bde04d2
|
@ -215,7 +215,7 @@ template <class T, int INIT>
|
|||
class DynArray
|
||||
{
|
||||
public:
|
||||
DynArray< T, INIT >() {
|
||||
DynArray() {
|
||||
_mem = _pool;
|
||||
_allocated = INIT;
|
||||
_size = 0;
|
||||
|
|
Loading…
Reference in New Issue