aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcurrencyuimanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llcurrencyuimanager.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/llcurrencyuimanager.cpp b/linden/indra/newview/llcurrencyuimanager.cpp
index 8964054..74f6c71 100644
--- a/linden/indra/newview/llcurrencyuimanager.cpp
+++ b/linden/indra/newview/llcurrencyuimanager.cpp
@@ -44,7 +44,7 @@
44#include "lllineeditor.h" 44#include "lllineeditor.h"
45#include "llviewchildren.h" 45#include "llviewchildren.h"
46#include "llxmlrpctransaction.h" 46#include "llxmlrpctransaction.h"
47#include "llappviewer.h" 47#include "llviewernetwork.h"
48 48
49 49
50const F64 CURRENCY_ESTIMATE_FREQUENCY = 2.0; 50const F64 CURRENCY_ESTIMATE_FREQUENCY = 2.0;
@@ -238,7 +238,7 @@ void LLCurrencyUIManager::Impl::startTransaction(TransactionType type,
238 static std::string transactionURI; 238 static std::string transactionURI;
239 if (transactionURI.empty()) 239 if (transactionURI.empty())
240 { 240 {
241 transactionURI = LLAppViewer::instance()->getHelperURI() + "currency.php"; 241 transactionURI = LLViewerLogin::getInstance()->getHelperURI() + "currency.php";
242 } 242 }
243 243
244 delete mTransaction; 244 delete mTransaction;
@@ -526,3 +526,4 @@ std::string LLCurrencyUIManager::errorURI()
526} 526}
527 527
528 528
529