Skip to content

Commit

Permalink
Support for callbacks in new argument schema
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Sep 30, 2019
1 parent e18328b commit 9ab7c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UnifiedFFI/FFICallbackArgumentReader.class.st
Expand Up @@ -129,7 +129,7 @@ FFICallbackArgumentReader >> callbackContext: anObject [
{ #category : #extracting }
FFICallbackArgumentReader >> extractArguments [

callback functionSpec arguments do: [ :type | self extractNext: type ].
callback functionSpec arguments do: [ :type | self extractNext: type resolvedType ].

]

Expand Down

0 comments on commit 9ab7c80

Please sign in to comment.