Forgot++
parent
6ab916f287
commit
9c87a56ed0
|
@ -136,7 +136,7 @@ namespace BLT {
|
||||||
// I didn't make it an exception here due to not wanting to import the class.
|
// I didn't make it an exception here due to not wanting to import the class.
|
||||||
if (isEmpty())
|
if (isEmpty())
|
||||||
return;
|
return;
|
||||||
m_insertIndex--;
|
m_headIndex++;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isEmpty() {
|
bool isEmpty() {
|
||||||
|
|
Loading…
Reference in New Issue