From 9b2c13330ea14a2e7892d53162e27b4b0b60e7bb Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Wed, 26 May 2010 19:29:29 -0300 Subject: Imitialize apiVersion on typesystem. Reviewer: Luciano Wolf --- typedatabase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typedatabase.cpp b/typedatabase.cpp index debc97865..d97959820 100644 --- a/typedatabase.cpp +++ b/typedatabase.cpp @@ -29,7 +29,7 @@ #include #include "reporthandler.h" -TypeDatabase::TypeDatabase() : m_suppressWarnings(true) +TypeDatabase::TypeDatabase() : m_suppressWarnings(true), m_apiVersion(0) { addType(new VoidTypeEntry()); addType(new VarargsTypeEntry()); -- cgit v1.2.3