mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
glu/sgi: Initialize member of class Bin.
This commit is contained in:
parent
ba3c874f08
commit
977fa27360
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
|||
Bin::Bin()
|
||||
{
|
||||
head = NULL;
|
||||
current = NULL;
|
||||
}
|
||||
|
||||
Bin::~Bin()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue