Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez Gual <lluis@xamarin.com>2015-03-20 20:10:36 +0300
committerLluis Sanchez Gual <lluis@xamarin.com>2015-03-20 20:10:36 +0300
commit61460ad4c0cd6db45b500558d47b5046b7cef0fd (patch)
treec3f006d7a581c52fecc1ddbf3ca86f8fbfb060c4 /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Execution
parent01c48e7c381812d4aa79ae96d85e969e3805c5b0 (diff)
Track api changes
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Execution')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Execution/TargetedExecutionHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Execution/TargetedExecutionHandler.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Execution/TargetedExecutionHandler.cs
index 63ba2161d0..00dd1321c7 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Execution/TargetedExecutionHandler.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Execution/TargetedExecutionHandler.cs
@@ -44,7 +44,7 @@ namespace MonoDevelop.Ide.Execution
return Handler.CanExecute (command);
}
- public IProcessAsyncOperation Execute (ExecutionCommand command, IConsole console)
+ public ProcessAsyncOperation Execute (ExecutionCommand command, IConsole console)
{
return Handler.Execute (command, console);
}