Index: src/SynTree/Declaration.h
===================================================================
--- src/SynTree/Declaration.h	(revision ac3362c49d6542b7d8c8fb775ea7b0215120bdbd)
+++ src/SynTree/Declaration.h	(revision 550e8199e34e770198bf42e022b1f7d3e33effc9)
@@ -202,5 +202,5 @@
 	typedef NamedTypeDecl Parent;
   public:
-	enum Kind { Dtype, Ftype, Ttype };
+	enum Kind { Dtype, Ftype, Ttype, NUMBER_OF_KINDS };
 
 	Type * init;
