diff --git a/GBase/Interfaces/FileHandling/IGBaseFile.cs b/GBase/Interfaces/FileHandling/IGBaseFile.cs index 9904130..fd0d0bd 100644 --- a/GBase/Interfaces/FileHandling/IGBaseFile.cs +++ b/GBase/Interfaces/FileHandling/IGBaseFile.cs @@ -9,7 +9,7 @@ namespace GBase.Interfaces.FileHandling { public interface IGBaseFile : IDisposable { - object Entry { get; } + object Entry { get; set; } FileStream File { get; } string FilePath { get; } bool InUse { get; }