File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ Command.
121
121
"""
122
122
dylib_compatibilty (cmd:: DylibCmd ) = cmd. stub. compatibilty
123
123
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 }
128
128
129
129
130
130
"""
You can’t perform that action at this time.
0 commit comments