[longomatch] Make Image IDisposable



commit cbd92d746ef69ea05dc7251fca9db50753a29707
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Aug 10 14:31:08 2013 +0200

    Make Image IDisposable

 LongoMatch.Core/Common/Image.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Common/Image.cs b/LongoMatch.Core/Common/Image.cs
index 3f5c4ad..c8da940 100644
--- a/LongoMatch.Core/Common/Image.cs
+++ b/LongoMatch.Core/Common/Image.cs
@@ -29,7 +29,7 @@ namespace LongoMatch.Common
 #endif
 
        [Serializable]
-       public class Image: ISerializable
+       public class Image: ISerializable, IDisposable
        {
                SImage image;
                


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]