mirror of https://github.com/AxioDL/tinyxml2.git
handles wip. not happy with const behavior
This commit is contained in:
parent
5708f814a6
commit
00770d2855
|
@ -736,8 +736,8 @@ int main( int /*argc*/, const char ** /*argv*/ )
|
|||
XMLElement* ele = XMLHandle( doc ).FirstChildElement( "element" ).FirstChild().ToElement();
|
||||
XMLTest( "Handle, success, mutable", ele->Value(), "sub" );
|
||||
|
||||
ele = XMLHandle( docC ).FirstChildElement( "element" ).FirstChild().ToElement();
|
||||
XMLTest( "Handle, success, mutable", ele->Value(), "sub" );
|
||||
// ele = XMLHandle( docC ).FirstChildElement( "element" ).FirstChild().ToElement();
|
||||
// XMLTest( "Handle, success, mutable", ele->Value(), "sub" );
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue