aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem_p.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-08-11 16:54:44 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:18 -0300
commitfbabe7a32b49d214ee5653cf6f0ced2f936c81ab (patch)
tree24698ed8817b08442ab0462eb8fd114f31c90271 /typesystem_p.h
parent7c2acc64fb7d345c184c91336ed20913a6d6d791 (diff)
Fix bug 731 - "Can't specify more than a single 'since' argument"
Diffstat (limited to 'typesystem_p.h')
-rw-r--r--typesystem_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/typesystem_p.h b/typesystem_p.h
index d69de3fcb..0cf575509 100644
--- a/typesystem_p.h
+++ b/typesystem_p.h
@@ -151,6 +151,7 @@ private:
StackElement* m_current;
StackElement* m_currentDroppedEntry;
int m_currentDroppedEntryDepth;
+ int m_ignoreDepth;
QString m_defaultPackage;
QString m_defaultSuperclass;
QString m_error;