Skip to content
Snippets Groups Projects
Commit 84a7ec90 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-476: Fix glitches from lindenlab/viewer master branch merge.

parent 8fb39231
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ struct WearableEntry : public LLDictionaryEntry ...@@ -57,7 +57,7 @@ struct WearableEntry : public LLDictionaryEntry
BOOL mAllowMultiwear; BOOL mAllowMultiwear;
}; };
class LLWearableDictionary : public LLSingleton<LLWearableDictionary>, class LLWearableDictionary : public LLParamSingleton<LLWearableDictionary>,
public LLDictionary<LLWearableType::EType, WearableEntry> public LLDictionary<LLWearableType::EType, WearableEntry>
{ {
LLSINGLETON(LLWearableDictionary, LLWearableType&); LLSINGLETON(LLWearableDictionary, LLWearableType&);
......
...@@ -46,6 +46,7 @@ class LLWearableType : public LLParamSingleton<LLWearableType> ...@@ -46,6 +46,7 @@ class LLWearableType : public LLParamSingleton<LLWearableType>
{ {
LLSINGLETON(LLWearableType, LLTranslationBridge* trans); LLSINGLETON(LLWearableType, LLTranslationBridge* trans);
~LLWearableType(); ~LLWearableType();
void initSingleton();
friend struct WearableEntry; friend struct WearableEntry;
public: public:
enum EType enum EType
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment