Explorar el Código

Merge pull request #276 from Dmitry-Me/removeRedundantParametersList

Remove redundant parameters list
Lee Thomason hace 11 años
padre
commit
e94bde04d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;