summaryrefslogtreecommitdiff
path: root/indra/llinventory/llfoldertype.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2017-09-19 15:50:30 -0700
committerRider Linden <rider@lindenlab.com>2017-09-19 15:50:30 -0700
commitc04ceedbc3e462098eceaa233cd26f6bed79b773 (patch)
treebd4deb87b3c14ba6413cb30ab40d47aae1517b5a /indra/llinventory/llfoldertype.cpp
parent2368c44a8e2b031e5a8ac199923a016915cfe96a (diff)
Baseline for settings changes
Diffstat (limited to 'indra/llinventory/llfoldertype.cpp')
-rw-r--r--indra/llinventory/llfoldertype.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llfoldertype.cpp b/indra/llinventory/llfoldertype.cpp
index b0daf639fa..2c8c82a62b 100644
--- a/indra/llinventory/llfoldertype.cpp
+++ b/indra/llinventory/llfoldertype.cpp
@@ -147,7 +147,7 @@ bool LLFolderType::lookupIsEnsembleType(EType folder_type)
// static
LLAssetType::EType LLFolderType::folderTypeToAssetType(LLFolderType::EType folder_type)
{
- if (LLAssetType::lookup(LLAssetType::EType(folder_type)) == LLAssetType::badLookup())
+ if (LLAssetType::lookup(LLAssetType::EType(folder_type)) == LLAssetType::BADLOOKUP)
{
LL_WARNS() << "Converting to unknown asset type " << folder_type << LL_ENDL;
}