Skip to content

Commit e38e21e

Browse files
jverzaniisuruf
andauthored
Update src/types.jl
Co-authored-by: Isuru Fernando <[email protected]>
1 parent 6871922 commit e38e21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ function get_args(ex::Basic)
325325
convert(Vector, args)
326326
end
327327

328-
function get_args!(args, ex::Basic)
328+
function get_args!(args::CVecBasic, ex::Basic)
329329
ccall((:basic_get_args, libsymengine), Nothing, (Ref{Basic}, Ptr{Cvoid}), ex, args.ptr)
330330
end
331331

0 commit comments

Comments
 (0)