mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
XmlElement: Fix conversion issue when passing Identifiers to forEachXmlChildElementWithTagName
This commit is contained in:
parent
1b2f17f2e8
commit
6ff54f0a64
1 changed files with 1 additions and 1 deletions
|
|
@ -726,7 +726,7 @@ public:
|
|||
}
|
||||
@endcode
|
||||
*/
|
||||
Iterator<GetNextElementWithTagName> getChildWithTagNameIterator (const String& name) const
|
||||
Iterator<GetNextElementWithTagName> getChildWithTagNameIterator (StringRef name) const
|
||||
{
|
||||
return Iterator<GetNextElementWithTagName> { getChildByName (name), name };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue