aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'typesystem_p.h')
-rw-r--r--typesystem_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/typesystem_p.h b/typesystem_p.h
index 97859425a..d69de3fcb 100644
--- a/typesystem_p.h
+++ b/typesystem_p.h
@@ -149,7 +149,8 @@ private:
TypeDatabase* m_database;
StackElement* m_current;
- StackElement* m_currentOptional;
+ StackElement* m_currentDroppedEntry;
+ int m_currentDroppedEntryDepth;
QString m_defaultPackage;
QString m_defaultSuperclass;
QString m_error;