Преглед на файлове

Merge pull request #993 from jengelh/master

Make DocPrinter support DynArrays larger than 2G
Lee Thomason преди 1 година
родител
ревизия
38894bfa7f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

@@ -2314,7 +2314,7 @@ public:
     	of the XML file in memory. (Note the size returned
     	includes the terminating null.)
     */
-    int CStrSize() const {
+    size_t CStrSize() const {
         return _buffer.Size();
     }
     /**