Skip to content

Commit

Permalink
Use Void instead of Cvoid
Browse files Browse the repository at this point in the history
Since it isn't defined in Julia 0.6
  • Loading branch information
andreasnoack authored Jun 29, 2018
1 parent 99c6eb6 commit 5dbadd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RNGTest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module RNGTest

# RNGGenerator struct
mutable struct Unif01
ptr::Ptr{Cvoid}
ptr::Ptr{Void}
gentype::Type
name::String
function Unif01(f::Function, genname)
Expand Down

0 comments on commit 5dbadd5

Please sign in to comment.