1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-28 19:21:04 +00:00

Remove user defined destructor for GenericObjectCache

This commit is contained in:
elsid 2023-12-25 14:18:29 +01:00
parent fd2fc63dd3
commit 2f0613c8d4
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

View File

@ -194,8 +194,6 @@ namespace Resource
double mLastUsage;
};
virtual ~GenericObjectCache() {}
using ObjectCacheMap = std::map<KeyType, Item, std::less<>>;
ObjectCacheMap _objectCache;