Index: src/GenPoly/Box.cc
===================================================================
--- src/GenPoly/Box.cc	(revision ae63a185a34928dad284a49a9cd4c4d0d7655bb2)
+++ src/GenPoly/Box.cc	(revision 974906e251002ce59f471dfb4e67195b82506d1c)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Rob Schluntz
-// Last Modified On : Fri Dec 18 14:53:08 2015
-// Update Count     : 217
+// Last Modified On : Thu Jan 07 13:40:05 2016
+// Update Count     : 219
 //
 
@@ -1142,5 +1142,5 @@
 
 					std::list<Expression*> designators;
-					objectDecl->set_init( new SingleInit( alloc, designators ) );
+					objectDecl->set_init( new SingleInit( alloc, designators, false ) ); // not constructed
 				}
 			}
