mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-25 20:41:33 +00:00
Remove user defined destructor for GenericObjectCache
This commit is contained in:
parent
fd2fc63dd3
commit
2f0613c8d4
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue