Author: dreiss
Date: Mon Apr 27 19:25:23 2009
New Revision: 769114
URL: http://svn.apache.org/viewvc?rev=769114&view=rev
Log:
THRIFT-467. csharp: Fix compilation on Debian Sid
Modified:
incubator/thrift/trunk/lib/csharp/src/Collections/THashSet.cs
Modified: incubator/thrift/trunk/lib/csharp/src/Collections/THashSet.cs
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/src/Collections/THashSet.cs?rev=769114&r1=769113&r2=769114&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/csharp/src/Collections/THashSet.cs (original)
+++ incubator/thrift/trunk/lib/csharp/src/Collections/THashSet.cs Mon Apr 27
19:25:23 2009
@@ -37,7 +37,7 @@
public bool IsReadOnly
{
- get { return set.IsReadOnly; }
+ get { return false; }
}
public void Add(T item)