Skip to content

Commit e137644

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

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
@@ -283,7 +283,7 @@ function free_symbols(ex::Basic)
283283
free_symbols!(syms, ex)
284284
convert(Vector, syms)
285285
end
286-
function free_symbols!(syms, ex::Basic)
286+
function free_symbols!(syms::CSetBasic, ex::Basic)
287287
ccall((:basic_free_symbols, libsymengine), Nothing, (Ref{Basic}, Ptr{Cvoid}), ex, syms.ptr)
288288
syms
289289
end

0 commit comments

Comments
 (0)