diff --git a/std/zip.d b/std/zip.d index 101a9322433..496705ab515 100644 --- a/std/zip.d +++ b/std/zip.d @@ -99,6 +99,11 @@ final class ArchiveMember @property ref inout(ushort) madeVersion() inout @safe pure nothrow { return _madeVersion; } + // Explicitly undocumented. It will be removed in January 2015. + deprecated("Please use fileAttributes instead.") + @property ref inout(ushort) madeVersion() inout @safe pure nothrow + { return _madeVersion; } + // Explicitly undocumented. It will be removed in January 2015. deprecated("Please use fileAttributes instead.") @property ref inout(uint) externalAttributes() inout @safe pure nothrow