Ver código fonte

setting ce=NULL in the constructor

Erik Rodner 13 anos atrás
pai
commit
905d2bee99
1 arquivos alterados com 1 adições e 0 exclusões
  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;
 }