diff options
author | Vinson Lee <[email protected]> | 2010-02-12 00:28:44 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-02-12 00:28:44 -0800 |
commit | 977fa273608d6bab3973c6ccce3b303e26204364 (patch) | |
tree | 8ec20bca71b05d457f527daf256d30d8ff250fbd | |
parent | ba3c874f08b6388a12e2f659d87cf0fb72f41e92 (diff) |
glu/sgi: Initialize member of class Bin.
-rw-r--r-- | src/glu/sgi/libnurbs/internals/bin.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glu/sgi/libnurbs/internals/bin.cc b/src/glu/sgi/libnurbs/internals/bin.cc index 54b406147be..ff75b86bedc 100644 --- a/src/glu/sgi/libnurbs/internals/bin.cc +++ b/src/glu/sgi/libnurbs/internals/bin.cc @@ -49,6 +49,7 @@ Bin::Bin() { head = NULL; + current = NULL; } Bin::~Bin() |