Index: src/Virtual/Tables.cpp
===================================================================
--- src/Virtual/Tables.cpp	(revision d3cf623098e72d98fd3ea76544061496946dbba4)
+++ src/Virtual/Tables.cpp	(revision 63917abc8d84f43ab52f2b99b5f7c3774273a32b)
@@ -9,7 +9,7 @@
 // Author           : Andrew Beach
 // Created On       : Mon Aug 31 11:11:00 2020
-// Last Modified By : Andrew Beach
-// Last Modified On : Fri Mar 11 10:40:00 2022
-// Update Count     : 3
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Tue Jun 23 12:31:00 2026
+// Update Count     : 4
 //
 
@@ -115,5 +115,5 @@
 		} else if ( std::string( "align" ) == field->name ) {
 			inits.push_back( new ast::SingleInit( location,
-				new ast::AlignofExpr( location, objectType )
+				new ast::AlignofExpr( location, objectType, ast::AlignofExpr::Alignof )
 			) );
 		} else {
