From a83aced2ec9c97b571b34f64c487343fc0fee96e Mon Sep 17 00:00:00 2001 From: Ettl Martin Date: Fri, 21 Jan 2011 23:48:42 +0100 Subject: [PATCH] fixed uninitialized members in tests --- test/testsymboldatabase.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/testsymboldatabase.cpp b/test/testsymboldatabase.cpp index a5632d7ff..a1154d325 100644 --- a/test/testsymboldatabase.cpp +++ b/test/testsymboldatabase.cpp @@ -28,6 +28,8 @@ public: ,si(NULL, NULL, NULL) ,vartok(NULL) ,typetok(NULL) + ,t(NULL) + ,found(false) {} private: