Skip to content

Commit

Permalink
Fix lib (manual edit)
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Jul 13, 2022
1 parent 7daaf4c commit a43c3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6343,5 +6343,5 @@ function XYCurves_Set_idx(Value)
end

function DSS_SetPropertiesMO(Value)
ccall((:DSS_SetPropertiesMO, LIBRARY), Cstring, ())
ccall((:DSS_SetPropertiesMO, LIBRARY), Cvoid, (Cstring,), Value)
end

0 comments on commit a43c3e7

Please sign in to comment.