Browse Source

setting ce=NULL in the constructor

Erik Rodner 13 years ago
parent
commit
905d2bee99
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cbaselib/Example.cpp

+ 1 - 0
cbaselib/Example.cpp

@@ -13,6 +13,7 @@ Example::Example()
 	y = 0;
 	vec = NULL;
 	svec = NULL;
+  ce = NULL;
 	position = 0;
 }