mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Add beast_basics module
This commit is contained in:
@@ -773,7 +773,7 @@ void XmlElement::setText (const String& newText)
|
||||
if (isTextElement())
|
||||
setAttribute (beast_xmltextContentAttributeName, newText);
|
||||
else
|
||||
jassertfalse; // you can only change the text in a text element, not a normal one.
|
||||
bassertfalse; // you can only change the text in a text element, not a normal one.
|
||||
}
|
||||
|
||||
String XmlElement::getAllSubText() const
|
||||
|
||||
Reference in New Issue
Block a user