mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
fixing NullEvent usage
This commit is contained in:
@@ -74,7 +74,7 @@ class UniqueExpireCache: public AbstractCache<TKey, TValue, UniqueExpireStrategy
|
||||
{
|
||||
public:
|
||||
UniqueExpireCache():
|
||||
AbstractCache<TKey, TValue, UniqueExpireStrategy<TKey, TValue> >(UniqueExpireStrategy<TKey, TValue>())
|
||||
AbstractCache<TKey, TValue, UniqueExpireStrategy<TKey, TValue>, TMutex, TEventMutex>(UniqueExpireStrategy<TKey, TValue>())
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user