Made public

This commit is contained in:
Tristan B. Velloza Kildaire 2021-09-15 14:55:11 +02:00
parent a86ff8fda2
commit 9cc4de215c
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ public final class Engine : Thread
return signalHandlerThread; return signalHandlerThread;
} }
private Signal[] getSignalsForEvent(Event e) public Signal[] getSignalsForEvent(Event e)
{ {
/* Matched handlers */ /* Matched handlers */
Signal[] matchedHandlers; Signal[] matchedHandlers;