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.
|
||||
if (isEmpty())
|
||||
return;
|
||||
m_insertIndex--;
|
||||
m_headIndex++;
|
||||
}
|
||||
|
||||
bool isEmpty() {
|
||||
|
|
Loading…
Reference in New Issue