Index: src/Virtual/ExpandCasts.h
===================================================================
--- src/Virtual/ExpandCasts.h	(revision 08fc48f4a5c70b7f3e402da3afef2763f754ff3a)
+++ src/Virtual/ExpandCasts.h	(revision 4fee301484ea434817f43aec8028b986fee12fff)
@@ -10,6 +10,6 @@
 // Created On       : Mon Jul 24 13:54:00 2017
 // Last Modified By : Andrew Beach
-// Last Modified On : Tus Jul 25 14:51:00 2017
-// Update Count     : 0
+// Last Modified On : Fri Jul 29 14:40:00 2022
+// Update Count     : 1
 //
 
@@ -19,10 +19,14 @@
 
 class Declaration;
+namespace ast {
+	class TranslationUnit;
+}
 
 namespace Virtual {
-	void expandCasts( std::list< Declaration * > & translationUnit );
-	// Breaks all virtual cast nodes up into translatable nodes.
+void expandCasts( std::list< Declaration * > & translationUnit );
+void expandCasts( ast::TranslationUnit & translationUnit );
+// Breaks all virtual cast nodes up into translatable nodes.
 
-	// Later this might just set some information so it can happen at CodeGen.
+// Later this might just set some information so it can happen at CodeGen.
 
 }
