From 5ca5d9f43b56981d0e237566732f16104aaa99db Mon Sep 17 00:00:00 2001
From: pavelkproductengine <pavelkproductengine@lindenlab.com>
Date: Tue, 23 Feb 2016 19:12:43 +0200
Subject: [PATCH] MAINT-5194 Visual Outfit Browser Fixed build issues under
 Linux

---
 indra/newview/lloutfitgallery.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/lloutfitgallery.cpp b/indra/newview/lloutfitgallery.cpp
index 51d8bea3ad0..9a7aa5e2772 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;
-- 
GitLab