aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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());