--- trunk/gr2lib/core/interfaces/Igrnfileinfo.cs 2010/07/15 21:50:56 79 +++ trunk/gr2lib/core/interfaces/Igrnfileinfo.cs 2010/07/15 23:36:04 82 @@ -6,7 +6,7 @@ using gr2lib.core.coretypes.implementati namespace gr2lib.core.interfaces { - public interface Igrnfileinfo : INativePointer + public interface Igrnfileinfo : INativePointer, IExtendedData { ArtToolInfo ArtToolInfo { get; set; } ExporterInfo ExporterInfo { get; set; } |