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() {