glu/sgi: Initialize member of struct Dlnode.

This commit is contained in:
Vinson Lee
2010-01-01 17:25:16 -08:00
parent 64a1961011
commit 2c64e4c50e
@@ -59,6 +59,7 @@ Dlnode::Dlnode( PFVS _work, void *_arg, PFVS _cleanup )
work = _work;
arg = _arg;
cleanup = _cleanup;
next = 0;
}
class DisplayList {