diff options
author | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2016-02-23 19:12:43 +0200 |
---|---|---|
committer | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2016-02-23 19:12:43 +0200 |
commit | 5ca5d9f43b56981d0e237566732f16104aaa99db (patch) | |
tree | fd2273376f6fad0d5a00a0c7e1e4efafe136ebca /indra | |
parent | c2bbd1fedd28df3283f087d391f52971e8139327 (diff) |
MAINT-5194 Visual Outfit Browser
Fixed build issues under Linux
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lloutfitgallery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lloutfitgallery.cpp b/indra/newview/lloutfitgallery.cpp index 51d8bea3ad..9a7aa5e277 100644 --- a/indra/newview/lloutfitgallery.cpp +++ b/indra/newview/lloutfitgallery.cpp @@ -596,7 +596,7 @@ void LLOutfitGalleryGearMenu::onLoadAssets() void LLOutfitGallery::loadPhotos() { //Iterate over inventory - LLUUID textures = gInventory.findCategoryUUIDForType(LLFolderType::EType::FT_TEXTURE); + LLUUID textures = gInventory.findCategoryUUIDForType(LLFolderType::FT_TEXTURE); LLViewerInventoryCategory* textures_category = gInventory.getCategory(textures); if (!textures_category) return; |