Index: src/ResolvExpr/Unify.cc
===================================================================
--- src/ResolvExpr/Unify.cc	(revision a7c90d4d68e0538c8215b52b958e12c56980c401)
+++ src/ResolvExpr/Unify.cc	(revision 64b6913871619f338743c65cc7ee2667ee499c05)
@@ -10,6 +10,6 @@
 // Created On       : Sun May 17 12:27:10 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Mar  6 23:37:38 2017
-// Update Count     : 39
+// Last Modified On : Thu Mar 16 07:59:59 2017
+// Update Count     : 40
 //
 
@@ -541,5 +541,5 @@
 			flatten( dcl->get_type(), back_inserter( types ) );
 			for ( Type * t : types ) {
-				dst.push_back( new ObjectDecl( "", DeclarationNode::StorageClasses(), LinkageSpec::C, nullptr, t, nullptr ) );
+				dst.push_back( new ObjectDecl( "", Type::StorageClasses(), LinkageSpec::C, nullptr, t, nullptr ) );
 			}
 			delete dcl;
