Skip to content

Commit 0c18a0d

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

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
@@ -301,7 +301,7 @@ function function_symbols(ex::Basic)
301301
function_symbols!(syms, ex)
302302
convert(Vector, syms)
303303
end
304-
function function_symbols!(syms, ex::Basic)
304+
function function_symbols!(syms::CSetBasic, ex::Basic)
305305
ccall((:basic_function_symbols, libsymengine), Nothing, (Ptr{Cvoid}, Ref{Basic}), syms.ptr, ex)
306306
syms
307307
end

0 commit comments

Comments
 (0)