This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
ComputerVisionJena
/
NICE_VisLearning
Seguir
3
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
setting ce=NULL in the constructor
Erik Rodner
hace 13 años
padre
fab079e43d
commit
905d2bee99
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
cbaselib/Example.cpp
+ 1
- 0
cbaselib/Example.cpp
Ver fichero
@@ -13,6 +13,7 @@ Example::Example()
y = 0;
vec = NULL;
svec = NULL;
+ ce = NULL;
position = 0;
}