AOTIR: Change std::unique_ptr to fextl::unique_ptr

This commit is contained in:
Tony Wasserka 2024-07-10 19:34:24 +02:00
parent 72d6c8ebd6
commit 56bb3744a5

View File

@ -83,7 +83,7 @@ struct AOTIRCacheEntry {
AOTIRInlineIndex* Array;
void* FilePtr;
size_t Size;
std::unique_ptr<FEXCore::HLE::SourcecodeMap> SourcecodeMap;
fextl::unique_ptr<FEXCore::HLE::SourcecodeMap> SourcecodeMap;
fextl::string FileId;
fextl::string Filename;
bool ContainsCode;