glu/sgi: Initialize member of class Bin.

This commit is contained in:
Vinson Lee 2010-02-12 00:28:44 -08:00
parent ba3c874f08
commit 977fa27360

View file

@ -49,6 +49,7 @@
Bin::Bin()
{
head = NULL;
current = NULL;
}
Bin::~Bin()