mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-10 06:44:29 +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;
|
double mLastUsage;
|
||||||
};
|
};
|
||||||
|
|
||||||
virtual ~GenericObjectCache() {}
|
|
||||||
|
|
||||||
using ObjectCacheMap = std::map<KeyType, Item, std::less<>>;
|
using ObjectCacheMap = std::map<KeyType, Item, std::less<>>;
|
||||||
|
|
||||||
ObjectCacheMap _objectCache;
|
ObjectCacheMap _objectCache;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user