Index: src/Parser/DeclarationNode.cc
===================================================================
--- src/Parser/DeclarationNode.cc	(revision e9949120d825c73f9ad9af713b9677424d5f15e6)
+++ src/Parser/DeclarationNode.cc	(revision fb7dca0f78acb8fb54669455e376357204e4aa2b)
@@ -10,6 +10,6 @@
 // Created On       : Sat May 16 12:34:05 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Feb  9 14:48:40 2017
-// Update Count     : 741
+// Last Modified On : Thu Feb  9 15:54:59 2017
+// Update Count     : 742
 //
 
@@ -506,7 +506,4 @@
 	} // if
 
-	checkQualifiers( q->type, type );
-	addQualifiersToType( q->type, type );
-
 	if ( q->type->forall ) {
 		if ( type->forall ) {
@@ -523,4 +520,8 @@
 		q->type->forall = nullptr;
 	} // if
+
+	checkQualifiers( q->type, type );
+	addQualifiersToType( q->type, type );
+
 	delete q;
 	return this;
