summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2015-11-02 14:09:43 -0500
committerNat Goodspeed <nat@lindenlab.com>2015-11-02 14:09:43 -0500
commit11c428759e0b99fc34e219181d81d024b0323b4d (patch)
treee6ee27fa90d7767ac8f959c97474ee34bab00211 /indra/newview/llpanelmaininventory.cpp
parent84150294b912d04e345007b65670c0230a2e4d79 (diff)
parent77da469d6f7901ee0cddf5fb351cd2a756b217f0 (diff)
Automated merge with ssh://bitbucket.org/lindenlab/viewer-release
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
-rwxr-xr-xindra/newview/llpanelmaininventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp
index 4229419fce..68466914bf 100755
--- a/indra/newview/llpanelmaininventory.cpp
+++ b/indra/newview/llpanelmaininventory.cpp
@@ -1276,7 +1276,7 @@ void LLPanelMainInventory::setUploadCostIfNeeded()
LLMenuItemBranchGL* upload_menu = mMenuAdd->findChild<LLMenuItemBranchGL>("upload");
if(upload_menu)
{
- S32 upload_cost = LLGlobalEconomy::Singleton::getInstance()->getPriceUpload();
+ S32 upload_cost = LLGlobalEconomy::getInstance()->getPriceUpload();
std::string cost_str;
// getPriceUpload() returns -1 if no data available yet.