mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-20 08:02:26 +01:00
12 lines
283 B
Diff
12 lines
283 B
Diff
--- a/src/dmclock/support/src/indirect_intrusive_heap.h
|
|
+++ b/src/dmclock/support/src/indirect_intrusive_heap.h
|
|
@@ -48,7 +48,7 @@
|
|
typename T,
|
|
IndIntruHeapData T::*heap_info,
|
|
typename C,
|
|
- uint K = 2>
|
|
+ unsigned K = 2>
|
|
class IndIntruHeap {
|
|
|
|
// shorthand
|