diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-01-22 20:43:53 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-01-22 20:43:53 +0200 |
commit | 210d9204813318f55fb39505fda88d4a3544ae0e (patch) | |
tree | d9870ad79104af44b031b1c65cb1d39d677283e9 /indra/newview/lltexturectrl.cpp | |
parent | 0625516e3838b940d3ed4be1167b7def147f5d22 (diff) |
Build fix for issues/22
Diffstat (limited to 'indra/newview/lltexturectrl.cpp')
-rw-r--r-- | indra/newview/lltexturectrl.cpp | 12 |
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); + } } |