mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-14 19:31:23 +00:00
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…
x
Reference in New Issue
Block a user