diff options
| author | Erik Kundiman <erik@megapahit.org> | 2024-10-31 13:08:40 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2024-10-31 13:08:40 +0800 |
| commit | 76d31ddf9a4f8bdd94dd86053dd1296912f9c9ac (patch) | |
| tree | ca0842e1c6a8ce85cfb0e0e4094651731f19d8c7 /indra/llxml/llxmlnode.h | |
| parent | c7714fb31915b70af4ca24cde61751484dd967e9 (diff) | |
| parent | 4b5fa5349e06ce3471875e0c401f9119831ed887 (diff) | |
Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into 2024.09-ExtraFPS
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); |
