From 69ff50a90dcc51a7add39516982cc1b006e9f51c Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sat, 25 Apr 2009 19:33:07 +0000 Subject: [PATCH] Forgot to commit a file. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4022 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- .../BackendBindings/WixBinding/Test/Utils/MockViewContent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AddIns/BackendBindings/WixBinding/Test/Utils/MockViewContent.cs b/src/AddIns/BackendBindings/WixBinding/Test/Utils/MockViewContent.cs index 5c7a7d3e40..e71476cf7f 100644 --- a/src/AddIns/BackendBindings/WixBinding/Test/Utils/MockViewContent.cs +++ b/src/AddIns/BackendBindings/WixBinding/Test/Utils/MockViewContent.cs @@ -121,7 +121,7 @@ namespace WixBinding.Tests.Utils throw new NotImplementedException(); } - public object Content { + public object Control { get { throw new NotImplementedException(); }