fixed uninitialized members in tests

This commit is contained in:
Ettl Martin 2011-01-21 23:48:42 +01:00
parent 07e097561c
commit a83aced2ec
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ public:
,si(NULL, NULL, NULL)
,vartok(NULL)
,typetok(NULL)
,t(NULL)
,found(false)
{}
private: