From d90063f29b2ced950b831853a8411faf79cbbf82 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Mon, 27 Apr 2009 19:25:23 +0000 Subject: [PATCH] THRIFT-467. csharp: Fix compilation on Debian Sid git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@769114 13f79535-47bb-0310-9956-ffa450edef68 --- lib/csharp/src/Collections/THashSet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/csharp/src/Collections/THashSet.cs b/lib/csharp/src/Collections/THashSet.cs index cd4e19b2..a9957693 100644 --- a/lib/csharp/src/Collections/THashSet.cs +++ b/lib/csharp/src/Collections/THashSet.cs @@ -37,7 +37,7 @@ namespace Thrift.Collections public bool IsReadOnly { - get { return set.IsReadOnly; } + get { return false; } } public void Add(T item) -- 2.17.1