diff --git a/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs b/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs index 0d969a2c0..d98752472 100644 --- a/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs +++ b/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs @@ -126,7 +126,7 @@ namespace Cosmos.IL2CPU { } } - public void Execute(MethodInfo aStartMethod) { + public void Execute(System.Reflection.MethodInfo aStartMethod) { // TODO: Investigate using MS CCI // Need to check license, as well as in profiler // http://cciast.codeplex.com/