mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 06:36:39 +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;
|
||||
};
|
||||
|
||||
virtual ~GenericObjectCache() {}
|
||||
|
||||
using ObjectCacheMap = std::map<KeyType, Item, std::less<>>;
|
||||
|
||||
ObjectCacheMap _objectCache;
|
||||
|
|
Loading…
Reference in a new issue