Skip to content

Commit

Permalink
Merge pull request #893 from yuyichao/invoke
Browse files Browse the repository at this point in the history
Fix use of `invoke`
  • Loading branch information
tlnagy authored Sep 12, 2016
2 parents 4e7e37f + 5eeac69 commit 347b2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gadfly.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ function display(p::Plot)
@try_display return display(displays[i], p)
end
end
invoke(display,(Any,),p)
invoke(display, Tuple{Any}, p)
end


Expand Down

0 comments on commit 347b2d6

Please sign in to comment.