Explorar o código

Better variable name

Dmitry-Me %!s(int64=8) %!d(string=hai) anos
pai
achega
effab6ff06
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tinyxml2.h

+ 2 - 2
tinyxml2.h

@@ -341,8 +341,8 @@ public:
     void Clear() {
         // Delete the blocks.
         while( !_blockPtrs.Empty()) {
-            Block* b  = _blockPtrs.Pop();
-            delete b;
+            Block* lastBlock = _blockPtrs.Pop();
+            delete lastBlock;
         }
         _root = 0;
         _currentAllocs = 0;