fix tinyxml2

This commit is contained in:
Nomango 2019-10-14 11:11:15 +08:00
parent f6703b2637
commit b3c5ddf954
1 changed files with 1 additions and 1 deletions

View File

@ -1481,7 +1481,7 @@ public:
}
/// Sets the named attribute to value.
void SetAttribute( const TCHAR* name, const char* value ) {
void SetAttribute( const TCHAR* name, const TCHAR* value ) {
XMLAttribute* a = FindOrCreateAttribute( name );
a->SetAttribute( value );
}