This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
ComputerVisionJena
/
NICE_VisLearning
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
setting ce=NULL in the constructor
Erik Rodner
il y a 13 ans
Parent
fab079e43d
commit
905d2bee99
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
cbaselib/Example.cpp
+ 1
- 0
cbaselib/Example.cpp
Voir le fichier
@@ -13,6 +13,7 @@ Example::Example()
y = 0;
vec = NULL;
svec = NULL;
+ ce = NULL;
position = 0;
}