Index: src/SynTree/Initializer.h
===================================================================
--- src/SynTree/Initializer.h	(revision ec010a93b106a0dff1ac555f356122b273ef7224)
+++ src/SynTree/Initializer.h	(revision c4d80cb1d436cf875f0613d5bbcbfcde20e60e99)
@@ -117,4 +117,7 @@
 	Statement * ctor;
 	Statement * dtor;
+	// C-style initializer made up of SingleInit and ListInit nodes to use as a fallback
+	// if an appropriate constructor definition is not found by the resolver
+	Initializer * init;
 
 	ConstructorInit( Statement * ctor, Statement * dtor, Initializer * init );
@@ -135,7 +138,4 @@
 
   private:
-	// C-style initializer made up of SingleInit and ListInit nodes to use as a fallback
-	// if an appropriate constructor definition is not found by the resolver
-	Initializer * init;
 };
 
