summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturectrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltexturectrl.cpp')
-rw-r--r--indra/newview/lltexturectrl.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp
index c330696fb2..368222f7a0 100644
--- a/indra/newview/lltexturectrl.cpp
+++ b/indra/newview/lltexturectrl.cpp
@@ -2367,12 +2367,12 @@ LLSD LLTextureCtrl::getValue() const
namespace LLInitParam
{
- void TypeValues<LLTextureCtrl::EPickInventoryType>::declareValues()
- {
- declare("texture_material", LLTextureCtrl::PICK_TEXTURE_MATERIAL);
- declare("texture", LLTextureCtrl::PICK_TEXTURE);
- declare("material", LLTextureCtrl::PICK_MATERIAL);
- }
+ void TypeValues<EPickInventoryType>::declareValues()
+ {
+ declare("texture_material", PICK_TEXTURE_MATERIAL);
+ declare("texture", PICK_TEXTURE);
+ declare("material", PICK_MATERIAL);
+ }
}