Fix compile error
Modified: branches/xmlbuildsystem/reactos/tools/rbuild/tests/invoketest.cpp

Modified: branches/xmlbuildsystem/reactos/tools/rbuild/tests/invoketest.cpp
--- branches/xmlbuildsystem/reactos/tools/rbuild/tests/invoketest.cpp	2005-01-09 01:10:43 UTC (rev 12897)
+++ branches/xmlbuildsystem/reactos/tools/rbuild/tests/invoketest.cpp	2005-01-09 01:13:31 UTC (rev 12898)
@@ -14,6 +14,6 @@
 	Invoke& invoke1 = *module1.invocations[0];
 	ARE_EQUAL(1, invoke1.output.size());
 
-	File& file1 = *invoke1.output[0];
+	InvokeFile& file1 = *invoke1.output[0];
 	ARE_EQUAL(".\\dir1\\file1.c", file1.name);
 }