Index: src/Parser/ParseNode.h
===================================================================
--- src/Parser/ParseNode.h	(revision e874605d8b0f66ad6050e4d03825b57912afe8ac)
+++ src/Parser/ParseNode.h	(revision 93d2219a70113e973cd8ff2d973d1fdec40ac805)
@@ -10,6 +10,6 @@
 // Created On       : Sat May 16 13:28:16 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Oct 18 14:15:37 2022
-// Update Count     : 936
+// Last Modified On : Tue Oct 18 16:22:15 2022
+// Update Count     : 937
 //
 
@@ -468,5 +468,5 @@
 		cur = dynamic_cast< const NodeType * >( temp );	// should not return nullptr
 		if ( ! cur && temp ) {							// non-homogeneous nodes ?
-			SemanticError( cur->location, "internal error, non-homogeneous nodes founds in buildList processing." );
+			SemanticError( temp->location, "internal error, non-homogeneous nodes founds in buildList processing." );
 		} // if
 	} // while
