commit | 29658804475212f3671aab7b5a13c42a6e18bb89 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Thu Nov 27 22:31:11 2014 -0800 |
committer | Lee Thomason <leethomason@gmail.com> | Thu Nov 27 22:31:11 2014 -0800 |
tree | 9b03badaaea4ea829fdb6a09a45f1d30fc9ab984 | |
parent | b2ec17dd5f967ff4cf47dc443cdbd58314909221 [diff] [blame] |
switch to using pointer, not reference
diff --git a/tinyxml2.h b/tinyxml2.h index adc0a5d..7bcbfeb 100755 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -184,7 +184,7 @@ char* ParseText( char* in, const char* endTag, int strFlags ); char* ParseName( char* in ); - void TransferTo( StrPair& other ); + void TransferTo( StrPair* other ); private: void Reset();