Skip to content

Commit

Permalink
One more type -> mutable struct change
Browse files Browse the repository at this point in the history
introduced while #20418 was pending
  • Loading branch information
carlobaldassi committed Feb 10, 2017
1 parent 08cb76b commit c16e252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/pkg/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ typealias WhyReq Tuple{VersionReq,Any}
# required packages), or a Pair p=>backtrace_item (for requirements induced
# indirectly, where `p` is the package name and `backtrace_item` is
# another ResolveBacktraceItem.
type ResolveBacktraceItem
mutable struct ResolveBacktraceItem
versionreq::VersionReq
why::Vector{WhyReq}
ResolveBacktraceItem() = new(VersionSet(), WhyReq[])
Expand Down

0 comments on commit c16e252

Please sign in to comment.