Fix ror mac build error in SL-18391 lifetime management
parent
5847218069
commit
b9b8fa1f5f
|
|
@ -43,6 +43,3 @@ protected:
|
|||
bool mFetching;
|
||||
};
|
||||
|
||||
extern LLGLTFMaterialList gGLTFMaterialList;
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ public:
|
|||
|
||||
static void registerCallbacks();
|
||||
private:
|
||||
typedef std::unordered_map<LLUUID, LLPointer<LLFetchedGLTFMaterial > > uuid_mat_map_t;
|
||||
typedef std::map<LLUUID, LLPointer<LLFetchedGLTFMaterial > > uuid_mat_map_t;
|
||||
uuid_mat_map_t mList;
|
||||
|
||||
LLUUID mLastUpdateKey;
|
||||
|
|
|
|||
Loading…
Reference in New Issue