1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 07:03:00 +04:00

switching over to StrPair

This commit is contained in:
Lee Thomason
2012-01-20 12:55:24 -08:00
parent 39ede2487d
commit d34f52c43b
3 changed files with 12 additions and 10 deletions
+1 -3
View File
@@ -88,9 +88,7 @@ const char* XMLBase::ParseText( char* p, const char* endTag, char** next )
}
char* XMLBase::ParseName( char* in, StrPair* pair );
const char* XMLBase::ParseName( char* p, char** next )
char* XMLBase::ParseName( char* p, StrPair* pair )
{
char* start = p;
char* nextTag = 0;