commit | ecb9b07476c1b03849c1c2cafeb1597cfdc15ef2 | [log] [tgz] |
---|---|---|
author | Dmitry-Me <wipedout@yandex.ru> | Wed Oct 12 16:44:59 2016 +0300 |
committer | Dmitry-Me <wipedout@yandex.ru> | Wed Oct 12 16:44:59 2016 +0300 |
tree | d1fdd561f215aee1b155fc10f59d017f705cb23f | |
parent | e8157ff9ae1a8af96a9460e7f7cd8e6d36d56cc8 [diff] [blame] |
Reuse "is element with name" check
diff --git a/tinyxml2.h b/tinyxml2.h index fbfe4f6..986431b 100755 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -908,6 +908,7 @@ void Unlink( XMLNode* child ); static void DeleteNode( XMLNode* node ); void InsertChildPreamble( XMLNode* insertThis ) const; + const XMLElement* ToElementWithName( const char* name ) const; XMLNode( const XMLNode& ); // not supported XMLNode& operator=( const XMLNode& ); // not supported