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