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