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:
parent
fd2fc63dd3
commit
2f0613c8d4
@ -194,8 +194,6 @@ namespace Resource
|
||||
double mLastUsage;
|
||||
};
|
||||
|
||||
virtual ~GenericObjectCache() {}
|
||||
|
||||
using ObjectCacheMap = std::map<KeyType, Item, std::less<>>;
|
||||
|
||||
ObjectCacheMap _objectCache;
|
||||
|
Loading…
x
Reference in New Issue
Block a user