ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/xmltv_parser/trunk/libxmltv/Core/XMLTVChannelCollection.cs
(Generate patch)

Comparing:
trunk/libxmltv/Core/XMLTVChannel.cs (file contents), Revision 28 by william, Thu Mar 7 12:51:53 2013 UTC vs.
trunk/libxmltv/Core/XMLTVChannelCollection.cs (file contents), Revision 35 by william, Fri Mar 8 01:22:03 2013 UTC

--- trunk/libxmltv/Core/XMLTVChannel.cs	2013/03/07 12:51:53	28
+++ trunk/libxmltv/Core/XMLTVChannelCollection.cs	2013/03/08 01:22:03	35
@@ -44,7 +44,7 @@ namespace libxmltv.Core
             return string.Empty;
         }
     }
-
+    [Serializable]
     internal class Channel : IXMLTVChannel
     {
         public Channel()