fix tinyxml2
This commit is contained in:
parent
f6703b2637
commit
b3c5ddf954
|
|
@ -1481,7 +1481,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Sets the named attribute to value.
|
/// 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 );
|
XMLAttribute* a = FindOrCreateAttribute( name );
|
||||||
a->SetAttribute( value );
|
a->SetAttribute( value );
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue