diff --git a/source/tristanable/queue.d b/source/tristanable/queue.d index 6c4f6d0..28764d4 100644 --- a/source/tristanable/queue.d +++ b/source/tristanable/queue.d @@ -112,9 +112,9 @@ public class Queue try { // TODO: Make us wait on the event (optional with a time-out) - event.notifyAll(); + signal.notifyAll(); } - catch(FatalException snozErr) + catch(SyncError snozErr) { // Throw an exception on a fatal exception throw new TristanableException(ErrorType.ENQUEUE_FAILED);