util/IntrusiveList: add enum LinkMode
Compile-time code simplification.
This commit is contained in:
2
src/input/cache/Lease.hxx
vendored
2
src/input/cache/Lease.hxx
vendored
@@ -29,7 +29,7 @@
|
||||
* A lease for an #InputCacheItem.
|
||||
*/
|
||||
class InputCacheLease
|
||||
: public IntrusiveListHook
|
||||
: public IntrusiveListHook<>
|
||||
{
|
||||
InputCacheItem *item = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user