# HG changeset patch # User cin # Date 2014-09-30 04:20:45 # Node ID 34bb2f32634dd0ebafc6e1d772b6e4131cc4db97 # Parent 397fe8db0806aca89c7c1094c10875f06d745ce5 minor changes diff --git a/Implab/ObjectPoolWrapper.cs b/Implab/ObjectPoolWrapper.cs --- a/Implab/ObjectPoolWrapper.cs +++ b/Implab/ObjectPoolWrapper.cs @@ -1,7 +1,7 @@ using System; namespace Implab { - public struct ObjectPoolWrapper : IDisposable { + public class ObjectPoolWrapper : IDisposable { readonly T m_value; readonly ObjectPool m_pool;