Skip to content

Commit

Permalink
try qualifying method
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Jan 4, 2017
1 parent 50638ce commit 1657c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/libgit2/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ for (typ, ref, sup, fnc) in (
function $typ(ptr::Ptr{$ref})
@assert ptr != C_NULL
obj = new(ptr)
finalizer(obj, close)
finalizer(obj, Base.close)
return obj
end
end
Expand Down

0 comments on commit 1657c06

Please sign in to comment.