Explorar o código

setting ce=NULL in the constructor

Erik Rodner %!s(int64=13) %!d(string=hai) anos
pai
achega
905d2bee99
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 }