diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-10-29 23:02:46 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-10-30 18:34:04 +0200 |
commit | a2c86616360fe51e8d766796bed80e73444823d5 (patch) | |
tree | 078cf843280e2021b154a4b5718e31f00e59a3c3 /indra/llxml/llxmlnode.h | |
parent | 1a7909517368206d54407e54b9332aed1e4c9863 (diff) |
viewer#2972 Fix viewer stripping quotes off folder names
Diffstat (limited to 'indra/llxml/llxmlnode.h')
-rw-r--r-- | indra/llxml/llxmlnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llxml/llxmlnode.h b/indra/llxml/llxmlnode.h index 3769ec8293..09c7c4fdad 100644 --- a/indra/llxml/llxmlnode.h +++ b/indra/llxml/llxmlnode.h @@ -295,6 +295,7 @@ protected: bool removeChild(LLXMLNode* child); bool isFullyDefault(); + std::string getXMLRPCTextContents() const; bool parseXmlRpcArrayValue(LLSD& target); bool parseXmlRpcStructValue(LLSD& target); |