From 9c87a56ed07243ee8337a69684f0ca88d18ee275 Mon Sep 17 00:00:00 2001 From: Brett Date: Thu, 5 Jan 2023 12:40:08 -0500 Subject: [PATCH] Forgot++ --- include/blt/std/queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/blt/std/queue.h b/include/blt/std/queue.h index 5c293e5..e0e2da5 100644 --- a/include/blt/std/queue.h +++ b/include/blt/std/queue.h @@ -136,7 +136,7 @@ namespace BLT { // I didn't make it an exception here due to not wanting to import the class. if (isEmpty()) return; - m_insertIndex--; + m_headIndex++; } bool isEmpty() {