diff options
| author | Merov Linden <merov@lindenlab.com> | 2014-05-08 21:26:07 -0700 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2014-05-08 21:26:07 -0700 |
| commit | b4ddacaa5a3a6a46c38e13a52254c16956e9ed5a (patch) | |
| tree | a2605c7ec5cdad4dc2f10b609a43cce4111c4851 /indra/newview/llinventoryfunctions.cpp | |
| parent | 4d14e1ca9600d7ca7023edbd3827fbff994c8110 (diff) | |
DD-22 : WIP : More clean up of marketplace classes, rationalize methods naming
Diffstat (limited to 'indra/newview/llinventoryfunctions.cpp')
| -rwxr-xr-x | indra/newview/llinventoryfunctions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp index f92831ccc5..283736f607 100755 --- a/indra/newview/llinventoryfunctions.cpp +++ b/indra/newview/llinventoryfunctions.cpp @@ -162,7 +162,7 @@ void update_marketplace_category(const LLUUID& cur_uuid) // Verify marketplace data consistency for this listing if (LLMarketplaceData::instance().isListed(listing_uuid)) { - LLUUID version_folder_uuid = LLMarketplaceData::instance().getVersionFolderID(listing_uuid); + LLUUID version_folder_uuid = LLMarketplaceData::instance().getVersionFolder(listing_uuid); if (version_folder_uuid.notNull() && !gInventory.isObjectDescendentOf(version_folder_uuid, listing_uuid)) { // *TODO : Confirm with Producer that this is what we want to happen in that case! @@ -867,7 +867,7 @@ S32 compute_stock_count(LLUUID cat_uuid) return -1; } - LLUUID version_folder_uuid = LLMarketplaceData::instance().getVersionFolderID(listing_uuid); + LLUUID version_folder_uuid = LLMarketplaceData::instance().getVersionFolder(listing_uuid); // Handle the case of the first 2 levels : listing and version folders if (depth == 1) { |
