Fix ror mac build error in SL-18391 lifetime management

master
Brad Kittenbrink 2022-10-18 16:46:43 -07:00
parent 5847218069
commit b9b8fa1f5f
2 changed files with 1 additions and 4 deletions

View File

@ -43,6 +43,3 @@ protected:
bool mFetching;
};
extern LLGLTFMaterialList gGLTFMaterialList;

View File

@ -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;