aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'typesystem.h')
-rw-r--r--typesystem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/typesystem.h b/typesystem.h
index 420c7c09e..5e1220639 100644
--- a/typesystem.h
+++ b/typesystem.h
@@ -242,7 +242,8 @@ public:
Declaration,
PrototypeInitialization,
ConstructorInitialization,
- Constructor
+ Constructor,
+ Any
};
CodeSnip() : language(TypeSystem::TargetLangCode) { }