Sfoglia il codice sorgente

Remove redundant parameters list

Dmitry-Me 11 anni fa
parent
commit
9a5a48dbd2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

@@ -215,7 +215,7 @@ template <class T, int INIT>
 class DynArray
 {
 public:
-    DynArray< T, INIT >() {
+    DynArray() {
         _mem = _pool;
         _allocated = INIT;
         _size = 0;