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 <lluis@xamarin.com>2012-05-23 18:58:38 +0400
committerLluis Sanchez <lluis@xamarin.com>2012-05-23 18:58:38 +0400
commit7bf77ffef04667144b68ffce4dcc62473c61159a (patch)
tree81b8f133acd01b7023cf6cf9e77c46015c8080ea /main/tests/UnitTests/MonoDevelop.CSharpBinding
parent89396708e6b61d9b60974eb1a1ee7c3a5a5f6974 (diff)
Track api changes
Diffstat (limited to 'main/tests/UnitTests/MonoDevelop.CSharpBinding')
-rw-r--r--main/tests/UnitTests/MonoDevelop.CSharpBinding/TestWorkbenchWindow.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/UnitTests/MonoDevelop.CSharpBinding/TestWorkbenchWindow.cs b/main/tests/UnitTests/MonoDevelop.CSharpBinding/TestWorkbenchWindow.cs
index 42b31c125f..b34e348970 100644
--- a/main/tests/UnitTests/MonoDevelop.CSharpBinding/TestWorkbenchWindow.cs
+++ b/main/tests/UnitTests/MonoDevelop.CSharpBinding/TestWorkbenchWindow.cs
@@ -105,7 +105,7 @@ namespace MonoDevelop.CSharpBinding
}
- public MonoDevelop.Components.Docking.DockItemToolbar GetToolbar (IBaseViewContent targetView)
+ public DocumentToolbar GetToolbar (IBaseViewContent targetView)
{
throw new NotImplementedException ();
}