switch to using pointer, not reference

This commit is contained in:
Lee Thomason
2014-11-27 22:31:11 -08:00
parent b2ec17dd5f
commit 2965880447
2 changed files with 11 additions and 11 deletions

View File

@@ -184,7 +184,7 @@ public:
char* ParseText( char* in, const char* endTag, int strFlags );
char* ParseName( char* in );
void TransferTo( StrPair& other );
void TransferTo( StrPair* other );
private:
void Reset();