diff options
Diffstat (limited to 'indra/newview/llxmlrpctransaction.h')
-rw-r--r-- | indra/newview/llxmlrpctransaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llxmlrpctransaction.h b/indra/newview/llxmlrpctransaction.h index 7a9bc991f7..8065a2aff3 100644 --- a/indra/newview/llxmlrpctransaction.h +++ b/indra/newview/llxmlrpctransaction.h @@ -111,7 +111,7 @@ public: EStatus status(int* curlCode); // return status, and extended CURL code, if code isn't null - LLPointer<LLCertificate> getErrorCert(); + LLSD getErrorCertData(); std::string statusMessage(); // return a message string, suitable for showing the user std::string statusURI(); |