From 952ef89c941088418bef33bc31e782cc608f7bbd Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 17 Oct 2020 12:23:20 +0200 Subject: [PATCH] Fixed visibility --- source/libdnet/dclient.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libdnet/dclient.d b/source/libdnet/dclient.d index 6816ae0..50fe206 100644 --- a/source/libdnet/dclient.d +++ b/source/libdnet/dclient.d @@ -66,7 +66,7 @@ public final class DClient /** * Receives the head of the notification queue */ - private byte[] awaitNotification() + public byte[] awaitNotification() { /* The received notification */ byte[] notification;