diff options
Diffstat (limited to 'linden/indra/newview/llcurrencyuimanager.cpp')
-rw-r--r-- | linden/indra/newview/llcurrencyuimanager.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linden/indra/newview/llcurrencyuimanager.cpp b/linden/indra/newview/llcurrencyuimanager.cpp index 1e97df0..eeb970e 100644 --- a/linden/indra/newview/llcurrencyuimanager.cpp +++ b/linden/indra/newview/llcurrencyuimanager.cpp | |||
@@ -44,8 +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 "viewer.h" | 47 | #include "llappviewer.h" |
48 | |||
49 | 48 | ||
50 | 49 | ||
51 | const F64 CURRENCY_ESTIMATE_FREQUENCY = 2.0; | 50 | const F64 CURRENCY_ESTIMATE_FREQUENCY = 2.0; |
@@ -239,7 +238,7 @@ void LLCurrencyUIManager::Impl::startTransaction(TransactionType type, | |||
239 | static std::string transactionURI; | 238 | static std::string transactionURI; |
240 | if (transactionURI.empty()) | 239 | if (transactionURI.empty()) |
241 | { | 240 | { |
242 | transactionURI = getHelperURI() + "currency.php"; | 241 | transactionURI = LLAppViewer::instance()->getHelperURI() + "currency.php"; |
243 | } | 242 | } |
244 | 243 | ||
245 | delete mTransaction; | 244 | delete mTransaction; |