fixed uninitialized members in tests
This commit is contained in:
parent
07e097561c
commit
a83aced2ec
|
@ -28,6 +28,8 @@ public:
|
|||
,si(NULL, NULL, NULL)
|
||||
,vartok(NULL)
|
||||
,typetok(NULL)
|
||||
,t(NULL)
|
||||
,found(false)
|
||||
{}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue