File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ Command.
121121"""
122122dylib_compatibilty (cmd:: DylibCmd ) = cmd. stub. compatibilty
123123
124- @derefmethod dylib_name (cmd:: MachOLoadCmdRef{T} ) where {T <: DylibCmd }
125- @derefmethod dylib_timestamp (cmd:: MachOLoadCmdRef{T} ) where {T <: DylibCmd }
126- @derefmethod dylib_version (cmd:: MachOLoadCmdRef{T} ) where {T <: DylibCmd }
127- @derefmethod dylib_compatibilty (cmd:: MachOLoadCmdRef{T} ) where {T <: DylibCmd }
124+ @derefmethod dylib_name (cmd:: MachOLoadCmdRef{H, T} ) where {H <: MachOHandle } where {T <: DylibCmd }
125+ @derefmethod dylib_timestamp (cmd:: MachOLoadCmdRef{H, T} ) where {H <: MachOHandle } where {T <: DylibCmd }
126+ @derefmethod dylib_version (cmd:: MachOLoadCmdRef{H, T} ) where {H <: MachOHandle } where {T <: DylibCmd }
127+ @derefmethod dylib_compatibilty (cmd:: MachOLoadCmdRef{H, T} ) where {H <: MachOHandle } where {T <: DylibCmd }
128128
129129
130130"""
You can’t perform that action at this time.
0 commit comments