Index: src/GenPoly/Box.cc
===================================================================
--- src/GenPoly/Box.cc	(revision de62360d1d2709386152807b3d18e159e241ab1f)
+++ src/GenPoly/Box.cc	(revision 8686f31372b7edb696278a0d0707626765889b2c)
@@ -9,7 +9,7 @@
 // Author           : Richard C. Bilson
 // Created On       : Mon May 18 07:44:20 2015
-// Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Jun 13 09:12:19 2015
-// Update Count     : 4
+// Last Modified By : Rob Schluntz
+// Last Modified On : Wed Jun 24 16:19:07 2015
+// Update Count     : 10
 //
 
@@ -366,5 +366,5 @@
 				} else {
 					ObjectDecl *newObj = new ObjectDecl( tempNamer.newName(), DeclarationNode::NoStorageClass, LinkageSpec::C, 0, arg->get_results().front()->clone(), 0 );
-					newObj->get_type()->get_qualifiers() = Type::Qualifiers();
+					newObj->get_type()->get_qualifiers() = Type::Qualifiers(); // TODO: is this right???
 					stmtsToAdd.push_back( new DeclStmt( noLabels, newObj ) );
 					UntypedExpr *assign = new UntypedExpr( new NameExpr( "?=?" ) );
