Explorar o código

Merge pull request #718 from bolry/patch-1

Correct assigment interface for StrPair
Lee Thomason %!s(int64=7) %!d(string=hai) anos
pai
achega
dcedec857b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

@@ -190,7 +190,7 @@ private:
     char*   _end;
 
     StrPair( const StrPair& other );	// not supported
-    void operator=( StrPair& other );	// not supported, use TransferTo()
+    void operator=( const StrPair& other );	// not supported, use TransferTo()
 };