Initialize Parser::depth

This commit is contained in:
Roberto Raggi
2010-01-24 11:09:43 +01:00
parent dbc295a07f
commit 1f5d65e4a3

View File

@@ -126,7 +126,8 @@ Parser::Parser(TranslationUnit *unit)
_qtMocRunEnabled(false),
_objCEnabled(false),
_inFunctionBody(false),
_inObjCImplementationContext(false)
_inObjCImplementationContext(false),
depth(0)
{ }
Parser::~Parser()