diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-05-11 15:24:27 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-05-11 15:24:27 -0400 |
commit | bf8ee428136b4c38500fb72642d0f75b24057f60 (patch) | |
tree | ba15ba891733b566a2989dee4dce6076a86270b1 /indra/newview/llinventoryicon.cpp | |
parent | adc0aba2dd206e76a41298727794ab80754d439b (diff) |
EXT-7305 : FIXED : Changed LLWearableDictionary to LLWearableType
Name change LLWearableDictionary.h to LLWearableType.h.
Diffstat (limited to 'indra/newview/llinventoryicon.cpp')
-rw-r--r-- | indra/newview/llinventoryicon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryicon.cpp b/indra/newview/llinventoryicon.cpp index 8a679297ae..144da05794 100644 --- a/indra/newview/llinventoryicon.cpp +++ b/indra/newview/llinventoryicon.cpp @@ -36,7 +36,7 @@ #include "lldictionary.h" #include "llinventorydefines.h" #include "llui.h" -#include "llwearabledictionary.h" +#include "llwearabletype.h" struct IconEntry : public LLDictionaryEntry { |