aboutsummaryrefslogtreecommitdiffstats
path: root/typedatabase.cpp
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-05-26 19:29:29 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:03 -0300
commit9b2c13330ea14a2e7892d53162e27b4b0b60e7bb (patch)
treef68d537e83e25ad7ed8ed82af4fb2731467447a4 /typedatabase.cpp
parentda684da266fe4ca63c7dd7a880988ef08a1fe4ac (diff)
Imitialize apiVersion on typesystem.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'typedatabase.cpp')
-rw-r--r--typedatabase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/typedatabase.cpp b/typedatabase.cpp
index debc97865..d97959820 100644
--- a/typedatabase.cpp
+++ b/typedatabase.cpp
@@ -29,7 +29,7 @@
#include <QXmlInputSource>
#include "reporthandler.h"
-TypeDatabase::TypeDatabase() : m_suppressWarnings(true)
+TypeDatabase::TypeDatabase() : m_suppressWarnings(true), m_apiVersion(0)
{
addType(new VoidTypeEntry());
addType(new VarargsTypeEntry());