summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_linked_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/k_linked_list.h')
-rw-r--r--src/core/hle/kernel/k_linked_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/k_linked_list.h b/src/core/hle/kernel/k_linked_list.h
index 78859ced3..29ebd16b7 100644
--- a/src/core/hle/kernel/k_linked_list.h
+++ b/src/core/hle/kernel/k_linked_list.h
@@ -16,6 +16,7 @@ class KLinkedListNode : public boost::intrusive::list_base_hook<>,
public KSlabAllocated<KLinkedListNode> {
public:
+ explicit KLinkedListNode(KernelCore&) {}
KLinkedListNode() = default;
void Initialize(void* it) {